diff options
author | Jan Kiszka <jan.kiszka@siemens.com> | 2011-05-13 14:13:59 +0200 |
---|---|---|
committer | Marcelo Tosatti <mtosatti@redhat.com> | 2011-05-16 15:20:30 -0300 |
commit | 2e6f478ae8080ad2c4a227095ecb3f177716c32f (patch) | |
tree | cdf88e68d4a0f5175c445de3ba1358bf2ec91bde /sysemu.h | |
parent | 245969242ad501f2bb1bf3c6da29a364af1e7b2a (diff) |
qemu-kvm: Clean up IRQ0 override configuration
Introduce kvm_allows_irq0_override to overcome the global irq0override
variable and convert the BIOS initialization.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Diffstat (limited to 'sysemu.h')
-rw-r--r-- | sysemu.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -104,7 +104,6 @@ extern int vga_interface_type; extern int graphic_width; extern int graphic_height; extern int graphic_depth; -extern uint8_t irq0override; extern DisplayType display_type; extern const char *keyboard_layout; extern int win2k_install_hack; |