diff mbox series

[kvm-unit-tests,06/15] KVM: nVMX: Drop the bogus SMP requirement from VMCS shadowing test

Message ID 20190212233451.27740-7-sean.j.christopherson@intel.com (mailing list archive)
State New, archived
Headers show
Series KVM: clean up the nVMX config | expand

Commit Message

Sean Christopherson Feb. 12, 2019, 11:34 p.m. UTC
The VMCS shadowing tests are purely single threaded.

Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
---
 x86/unittests.cfg | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/x86/unittests.cfg b/x86/unittests.cfg
index e24821f..af26170 100644
--- a/x86/unittests.cfg
+++ b/x86/unittests.cfg
@@ -518,7 +518,6 @@  groups = vmx
 
 [vmx_vmcs_shadow_test]
 file = vmx.flat
-smp = 2
 extra_params = -cpu host,+vmx -append vmx_vmcs_shadow_test
 arch = x86_64
 groups = vmx