OSDN Git Service

selftests: kvm: vmx_dirty_log_test: skip the test when VMX is not supported
authorVitaly Kuznetsov <vkuznets@redhat.com>
Tue, 8 Oct 2019 19:43:38 +0000 (21:43 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 22 Oct 2019 11:31:17 +0000 (13:31 +0200)
commit11eada4718a352a6a588de9908200c1e348530f1
treed4678cc7c79eb3145a417d8e92553bc305d27167
parent9143613ef0ba9f88d2fef9038930637a0909d35a
selftests: kvm: vmx_dirty_log_test: skip the test when VMX is not supported

vmx_dirty_log_test fails on AMD and this is no surprise as it is VMX
specific. Bail early when nested VMX is unsupported.

Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
tools/testing/selftests/kvm/x86_64/vmx_dirty_log_test.c