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@xxxxxxxxxx> --- x86/unittests.cfg | 1 + 1 file changed, 1 insertion(+) 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 -- 1.8.3.1