Skip to content

Commit 18178ff

Browse files
vittyvkbonzini
authored andcommitted
KVM: selftests: add Enlightened VMCS test
Modify test library and add eVMCS test. This includes nVMX save/restore testing. Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
1 parent c939989 commit 18178ff

File tree

5 files changed

+1323
-12
lines changed

5 files changed

+1323
-12
lines changed

tools/testing/selftests/kvm/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ TEST_GEN_PROGS_x86_64 += x86_64/sync_regs_test
1313
TEST_GEN_PROGS_x86_64 += x86_64/vmx_tsc_adjust_test
1414
TEST_GEN_PROGS_x86_64 += x86_64/cr4_cpuid_sync_test
1515
TEST_GEN_PROGS_x86_64 += x86_64/state_test
16+
TEST_GEN_PROGS_x86_64 += x86_64/evmcs_test
1617
TEST_GEN_PROGS_x86_64 += dirty_log_test
1718

1819
TEST_GEN_PROGS_aarch64 += dirty_log_test

0 commit comments

Comments
 (0)