diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2019-01-31 23:49:21 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2019-02-12 13:12:12 +0100 |
commit | 65ab26e397555d340290a99e6c736e291526ecc0 (patch) | |
tree | 89df27638efa9adbdad55d7adc3b8ba78300294a /tools/testing/selftests/kvm/Makefile | |
parent | d13937116f1e82bf508a6325111b322c30c85eb9 (diff) | |
download | lwn-65ab26e397555d340290a99e6c736e291526ecc0.tar.gz lwn-65ab26e397555d340290a99e6c736e291526ecc0.zip |
selftests: kvm: add selftest for releasing VM file descriptor while in L2
This adds a test for the previous bug.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tools/testing/selftests/kvm/Makefile')
-rw-r--r-- | tools/testing/selftests/kvm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/kvm/Makefile b/tools/testing/selftests/kvm/Makefile index f9a0e9938480..3c1f4bdf9000 100644 --- a/tools/testing/selftests/kvm/Makefile +++ b/tools/testing/selftests/kvm/Makefile @@ -16,6 +16,7 @@ TEST_GEN_PROGS_x86_64 += x86_64/cr4_cpuid_sync_test TEST_GEN_PROGS_x86_64 += x86_64/state_test TEST_GEN_PROGS_x86_64 += x86_64/evmcs_test TEST_GEN_PROGS_x86_64 += x86_64/hyperv_cpuid +TEST_GEN_PROGS_x86_64 += x86_64/vmx_close_while_nested_test TEST_GEN_PROGS_x86_64 += dirty_log_test TEST_GEN_PROGS_x86_64 += clear_dirty_log_test |