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