@@ -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
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@kernel.org> --- x86/unittests.cfg | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-)