@@ -30,11 +30,13 @@ file = apic.flat
smp = 2
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
[apic]
file = apic.flat
@@ -42,12 +44,14 @@ smp = 2
extra_params = -cpu qemu64,+x2apic,+tsc-deadline
arch = x86_64
timeout = 30
+groups = apic
[ioapic]
file = ioapic.flat
smp = 4
extra_params = -cpu qemu64
arch = x86_64
+groups = apic
[cmpxchg8b]
file = cmpxchg8b.flat
This creates the 'apic' group in x86/unittests.cfg to allow the execution of all APIC tests (including IO-APIC) together. Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com> --- x86/unittests.cfg | 4 ++++ 1 file changed, 4 insertions(+)