diff mbox series

[kvm-unit-tests,v1,1/2] x86: ioapic: Add the smp configuration to ioapic unittest

Message ID 1573044429-7390-2-git-send-email-nitesh@redhat.com (mailing list archive)
State New, archived
Headers show
Series x86: Test IOAPIC physical and logical destination mode | expand

Commit Message

Nitesh Narayan Lal Nov. 6, 2019, 12:47 p.m. UTC
Adds -smp configuration for ioapic unittest. This is essentially
required to test IOAPIC Logical destination mode, where we send
an interrupt to more than one vcpus at the same time.

Signed-off-by: Nitesh Narayan Lal <nitesh@redhat.com>
---
 x86/unittests.cfg | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/x86/unittests.cfg b/x86/unittests.cfg
index 5ecb9bb..6ed0b86 100644
--- a/x86/unittests.cfg
+++ b/x86/unittests.cfg
@@ -45,6 +45,7 @@  timeout = 30
 
 [ioapic]
 file = ioapic.flat
+smp = 4
 extra_params = -cpu qemu64
 arch = x86_64