mbox series

[0/4] kvm: minor fixes and cleanups

Message ID 20220406063715.55625-1-likexu@tencent.com (mailing list archive)
Headers show
Series kvm: minor fixes and cleanups | expand

Message

Like Xu April 6, 2022, 6:37 a.m. UTC
Another new kernel cycle starts ticking and my bot seems to have some
complaints about some new changes. Please check if any of them helps.

Like Xu (4):
  KVM: x86/xen: Remove the redundantly included header file lapic.h
  selftests: kvm: add tsc_scaling_sync to .gitignore
  selftests: kvm/x86/xen: Replace a comma in the xen_shinfo_test with
    semicolon
  Documentation: KVM: Add SPDX-License-Identifier tag

 Documentation/virt/kvm/vcpu-requests.rst             | 2 ++
 Documentation/virt/kvm/x86/amd-memory-encryption.rst | 2 ++
 Documentation/virt/kvm/x86/errata.rst                | 2 +-
 Documentation/virt/kvm/x86/running-nested-guests.rst | 2 ++
 arch/x86/kvm/xen.c                                   | 1 -
 tools/testing/selftests/kvm/.gitignore               | 1 +
 tools/testing/selftests/kvm/x86_64/xen_shinfo_test.c | 2 +-
 7 files changed, 9 insertions(+), 3 deletions(-)

Comments

Paolo Bonzini April 8, 2022, 4:37 p.m. UTC | #1
Queued, thanks.

Paolo
Like Xu April 9, 2022, 2:12 a.m. UTC | #2
On 9/4/2022 12:37 am, Paolo Bonzini wrote:
> Queued, thanks.
> 
> Paolo
Sorry, my carelessness may bring the following warning from linux-next:

WARNING: From:/Signed-off-by: email address mismatch:
'From: Like Xu <like.xu.linux@gmail.com>' != 'Signed-off-by: Like Xu 
<likexu@tencent.com>'

Please let me know if we need to tweak out a better new version.

> 
>