]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite6598ebb09b874fd2f6b26a58acdb4da4e8589bc
treed4678cc7c79eb3145a417d8e92553bc305d27167
parent8ebe594889140d7b24cc9b6725b8a68d81a2c996
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