Commit f5cfdd33cb21 ("x86/apic: Add test config to allow running apic tests against SVM's AVIC") added most of the APIC tests to the "apic" test group, but missed adding ioapic test. Add it. Also move ioapic-split test next to the regular ioapic test to keep the two together. Signed-off-by: Naveen N Rao (AMD) <naveen@xxxxxxxxxx> --- x86/unittests.cfg | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/x86/unittests.cfg b/x86/unittests.cfg index 6e69c50b9b0d..8d046e6d7356 100644 --- a/x86/unittests.cfg +++ b/x86/unittests.cfg @@ -14,12 +14,6 @@ extra_params = -cpu qemu64,+x2apic,+tsc-deadline -machine kernel_irqchip=split arch = x86_64 groups = apic -[ioapic-split] -file = ioapic.flat -extra_params = -cpu qemu64 -machine kernel_irqchip=split -arch = x86_64 -groups = apic - [x2apic] file = apic.flat smp = 2 @@ -38,11 +32,18 @@ arch = x86_64 timeout = 60 groups = apic +[ioapic-split] +file = ioapic.flat +extra_params = -cpu qemu64 -machine kernel_irqchip=split +arch = x86_64 +groups = apic + [ioapic] file = ioapic.flat smp = 4 extra_params = -cpu qemu64,+x2apic arch = x86_64 +groups = apic [cmpxchg8b] file = cmpxchg8b.flat -- 2.48.1