All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] kvm: minor fixes and cleanups
@ 2022-04-06  6:37 Like Xu
  2022-04-06  6:37 ` [PATCH 1/4] KVM: x86/xen: Remove the redundantly included header file lapic.h Like Xu
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Like Xu @ 2022-04-06  6:37 UTC (permalink / raw)
  To: Paolo Bonzini
  Cc: kvm, Sean Christopherson, Wanpeng Li, Jim Mattson,
	Vitaly Kuznetsov, Joerg Roedel, linux-kernel

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(-)

-- 
2.35.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-04-09  2:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-06  6:37 [PATCH 0/4] kvm: minor fixes and cleanups Like Xu
2022-04-06  6:37 ` [PATCH 1/4] KVM: x86/xen: Remove the redundantly included header file lapic.h Like Xu
2022-04-06  6:37 ` [PATCH 2/4] selftests: kvm: add tsc_scaling_sync to .gitignore Like Xu
2022-04-06  6:37 ` [PATCH 3/4] selftests: kvm/x86/xen: Replace a comma in the xen_shinfo_test with semicolon Like Xu
2022-04-06  6:37 ` [PATCH 4/4] Documentation: KVM: Add SPDX-License-Identifier tag Like Xu
2022-04-08 16:37 ` [PATCH 0/4] kvm: minor fixes and cleanups Paolo Bonzini
2022-04-09  2:12   ` Like Xu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.