[PATCH 0/3] kvm: selftests: fixes for vmx_set_nested_state_test

From: Paolo Bonzini
Date: Wed Aug 14 2019 - 12:22:41 EST


The vmx_set_nested_state_test test is failing in the top of the tree, due
to the change in KVM_STATE_NESTED_EVMCS semantics from commit 323d73a8ecad
("KVM: nVMX: Change KVM_STATE_NESTED_EVMCS to signal vmcs12 is copied
from eVMCS", 2019-06-26). The expected behavior of the kernel has changed
slightly and the test should be changed to match the fix in the kernel.

Paolo

Paolo Bonzini (3):
selftests: kvm: do not try running the VM in vmx_set_nested_state_test
selftests: kvm: provide common function to enable eVMCS
selftests: kvm: fix vmx_set_nested_state_test

tools/testing/selftests/kvm/include/evmcs.h | 2 ++
tools/testing/selftests/kvm/lib/x86_64/vmx.c | 20 ++++++++++++++
tools/testing/selftests/kvm/x86_64/evmcs_test.c | 15 ++--------
tools/testing/selftests/kvm/x86_64/hyperv_cpuid.c | 12 +++-----
.../kvm/x86_64/vmx_set_nested_state_test.c | 32 ++++++++++------------
5 files changed, 42 insertions(+), 39 deletions(-)

--
1.8.3.1