diff mbox series

[RFC,kvm-unit-tests,1/4] x86/apic: Move ioapic tests together and add them to apic test group

Message ID c0f6648c639b50f9ee6cfaca95d67e97525c37fc.1740479886.git.naveen@kernel.org (mailing list archive)
State New
Headers show
Series x86/apic: SVM AVIC tests and some cleanups | expand

Commit Message

Naveen N Rao (AMD) Feb. 25, 2025, 10:40 a.m. UTC
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(-)
diff mbox series

Patch

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