SVM AVIC is inhibited if kvm-pit is present in the default reinject mode. Disable PIT so that AVIC is exercized with the ioapic test. Signed-off-by: Naveen N Rao (AMD) <naveen@xxxxxxxxxx> --- x86/unittests.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x86/unittests.cfg b/x86/unittests.cfg index 35fb88c3cb79..b057b59b1e30 100644 --- a/x86/unittests.cfg +++ b/x86/unittests.cfg @@ -42,7 +42,7 @@ groups = apic [ioapic] file = ioapic.flat smp = 4 -extra_params = -cpu qemu64,+x2apic +extra_params = -cpu qemu64,+x2apic -machine pit=off arch = x86_64 groups = apic -- 2.48.1