The current apic-split test actually uses x2apic. Rename the same, and add a separate test for xapic in split irqchip mode. Signed-off-by: Naveen N Rao (AMD) <naveen@xxxxxxxxxx> --- x86/unittests.cfg | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/x86/unittests.cfg b/x86/unittests.cfg index b057b59b1e30..35646e320620 100644 --- a/x86/unittests.cfg +++ b/x86/unittests.cfg @@ -7,7 +7,7 @@ # arch = i386|x86_64 ############################################################################## -[apic-split] +[x2apic-split] file = apic.flat smp = 2 extra_params = -cpu qemu64,+x2apic,+tsc-deadline -machine kernel_irqchip=split @@ -23,6 +23,13 @@ arch = x86_64 timeout = 30 groups = apic +[xapic-split] +file = apic.flat +smp = 2 +extra_params = -cpu qemu64,-x2apic,+tsc-deadline -machine kernel_irqchip=split +arch = x86_64 +groups = apic + # Hide x2APIC and don't create a Programmable Interval Timer (PIT, a.k.a 8254) # to allow testing SVM's AVIC, which is disabled if either is exposed to the guest. [xapic] -- 2.48.1