bios-tables-test: Remove kernel-irqchip=off option
commitd1e2d46467b95b0327935db91241fed27a053af4
authorEduardo Habkost <ehabkost@redhat.com>
Tue, 22 Sep 2020 19:47:32 +0000 (22 15:47 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 30 Sep 2020 17:11:36 +0000 (30 19:11 +0200)
tree64aa5dc403bcb5a2c2dfb8872374a14a627ecbb1
parent8700a984436e561e29903731d7db11a4b61acd76
bios-tables-test: Remove kernel-irqchip=off option

We don't need to use kernel-irqchip=off for irq0 override if IRQ
routing is supported by the host, which is the case since 2009
(IRQ routing was added to KVM in Linux v2.6.30).

This is a more straightforward fix for Launchpad bug #1896263, as
it doesn't require increasing the complexity of the MSR code.
kernel-irqchip=off is for debugging only and there's no need to
increase the complexity of the code just to work around an issue
that was already fixed in the kernel.

Fixes: https://bugs.launchpad.net/bugs/1896263
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Message-Id: <20200922194732.2100510-1-ehabkost@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
tests/qtest/bios-tables-test.c