This series adds 3 KVM Unit tests for nested SVM 1) Check #NM is handled in L2 when L2 #NM handler is registered "fnop" instruction is called in L2 to generate the exception 2) Check #BP is handled in L2 when L2 #BP handler is registered "int3" instruction is called in L2 to generate the exception 3) Check #OF is handled in L2 when L2 #OF handler is registered "into" instruction with instrumented code is used in L2 to generate the exception Manali Shukla (3): x86: nSVM: Check #NM exception handling in L2 x86: nSVM: Check #BP exception handling in L2 x86: nSVM: Check #OF exception handling in L2 x86/svm_tests.c | 114 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 114 insertions(+) -- 2.30.2