diff options
author | Jan Kiszka <jan.kiszka@siemens.com> | 2011-10-15 14:08:26 +0200 |
---|---|---|
committer | Jan Kiszka <jan.kiszka@siemens.com> | 2012-01-19 12:14:42 +0100 |
commit | 9b5b76d44930dc9266bb6d30862704cb3c86d2ca (patch) | |
tree | cf2c3fef0b9925485ce7e58579ec19367e74a8c4 /vl.c | |
parent | 84b058d7df1e75543ef7422d97b039cd413f68f1 (diff) | |
download | qemu-9b5b76d44930dc9266bb6d30862704cb3c86d2ca.tar.gz qemu-9b5b76d44930dc9266bb6d30862704cb3c86d2ca.tar.bz2 qemu-9b5b76d44930dc9266bb6d30862704cb3c86d2ca.zip |
kvm: x86: Establish IRQ0 override control
KVM is forced to disable the IRQ0 override when we run with in-kernel
irqchip but without IRQ routing support of the kernel. Set the fwcfg
value correspondingly. This aligns us with qemu-kvm.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Diffstat (limited to 'vl.c')
-rw-r--r-- | vl.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -218,7 +218,6 @@ int no_reboot = 0; int no_shutdown = 0; int cursor_hide = 1; int graphic_rotate = 0; -uint8_t irq0override = 1; const char *watchdog; QEMUOptionRom option_rom[MAX_OPTION_ROMS]; int nb_option_roms; |