The HLT+RVI testcase doesn't have special memory requirements, this appears to be a copy+paste error. Signed-off-by: Sean Christopherson <sean.j.christopherson@xxxxxxxxx> --- x86/unittests.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x86/unittests.cfg b/x86/unittests.cfg index 063e63c..61fc210 100644 --- a/x86/unittests.cfg +++ b/x86/unittests.cfg @@ -245,7 +245,7 @@ groups = vmx [vmx_hlt_with_rvi_test] file = vmx.flat -extra_params = -cpu host,+vmx -m 2048 -append vmx_hlt_with_rvi_test +extra_params = -cpu host,+vmx -append vmx_hlt_with_rvi_test arch = x86_64 groups = vmx timeout = 10 -- 2.20.1