]> www.infradead.org Git - users/dwmw2/linux.git/commit
KVM: x86: declare Xen HVM shared info capability and add test case
authorDavid Woodhouse <dwmw@amazon.co.uk>
Fri, 4 Dec 2020 01:02:04 +0000 (01:02 +0000)
committerDavid Woodhouse <dwmw@amazon.co.uk>
Fri, 4 Dec 2020 09:07:39 +0000 (09:07 +0000)
commitd94222624bb68e4c4ea5b19fcaebbfe1a49a3773
tree96f28a5c5182b4beb7dbcd178bcdf8e7e04671dd
parent13e6bc8f8124ab7d5da331a5aead1f168ecd6173
KVM: x86: declare Xen HVM shared info capability and add test case

Instead of adding a plethora of new KVM_CAP_XEN_FOO capabilities, just
add bits to the return value of KVM_CAP_XEN_HVM.

Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>
arch/x86/kvm/x86.c
include/uapi/linux/kvm.h
tools/testing/selftests/kvm/Makefile
tools/testing/selftests/kvm/x86_64/xen_shinfo_test.c [new file with mode: 0644]