diff mbox

[kvm-unit-tests,04/32] x86: add missing vmx test cases to unittests.cfg

Message ID 20170421005004.137260-5-dmatlack@google.com (mailing list archive)
State New, archived
Headers show

Commit Message

David Matlack April 21, 2017, 12:49 a.m. UTC
Signed-off-by: David Matlack <dmatlack@google.com>
---
 x86/unittests.cfg | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
diff mbox

Patch

diff --git a/x86/unittests.cfg b/x86/unittests.cfg
index c942adad6325..02dd6b235739 100644
--- a/x86/unittests.cfg
+++ b/x86/unittests.cfg
@@ -320,6 +320,30 @@  extra_params = -cpu host,+vmx -append vmmcall
 arch = x86_64
 groups = vmx
 
+[vmx_disable_RDTSCP]
+file = vmx.flat
+extra_params = -cpu host,+vmx -append disable_RDTSCP
+arch = x86_64
+groups = vmx
+
+[vmx_int3]
+file = vmx.flat
+extra_params = -cpu host,+vmx -append int3
+arch = x86_64
+groups = vmx
+
+[vmx_into]
+file = vmx.flat
+extra_params = -cpu host,+vmx -append into
+arch = x86_64
+groups = vmx
+
+[vmx_exit_monitor_from_l2_test]
+file = vmx.flat
+extra_params = -cpu host,+vmx -append exit_monitor_from_l2_test
+arch = x86_64
+groups = vmx
+
 [debug]
 file = debug.flat
 arch = x86_64