This series implement a framework to capture early exit in vmenter, means vmenter fails to next instruction instead of causing vmexit. Then all supported features referred in Intel SDM 26.1 and 26.2 are tested. Some test cases are commented since they may cause fatal error of KVM, thus will crash test environment and affect the following tests. They are hoped to uncomment after related bugs are fixed. Arthur Chunqi Li (2): kvm-unit-tests: VMX: Add vmentry failed handler to framework kvm-unit-tests: VMX: Add test cases for vmentry checks lib/x86/vm.h | 3 + x86/vmx.c | 34 +-- x86/vmx.h | 37 ++- x86/vmx_tests.c | 678 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- 4 files changed, 725 insertions(+), 27 deletions(-) -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html