@@ -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
Signed-off-by: David Matlack <dmatlack@google.com> --- x86/unittests.cfg | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+)