diff mbox series

[kvm-unit-tests,10/15] KVM: nVMX: Drop the SMP configuration of the ST APIC passthrough test

Message ID 20190212233451.27740-11-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 APIC passthrough test has single-thread and dual-threaded variants.
Drop the testcase that runs the single-threaded variant with smp=2, it
provides no additional value over running the test in the generic "vmx"
testcase.

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

Patch

diff --git a/x86/unittests.cfg b/x86/unittests.cfg
index 4d46789..8839644 100644
--- a/x86/unittests.cfg
+++ b/x86/unittests.cfg
@@ -250,13 +250,6 @@  arch = x86_64
 groups = vmx
 timeout = 10
 
-[vmx_apic_passthrough]
-file = vmx.flat
-smp = 2
-extra_params = -cpu host,+vmx -m 2048 -append vmx_apic_passthrough_test
-arch = x86_64
-groups = vmx
-
 [vmx_apic_passthrough_thread]
 file = vmx.flat
 smp = 2