summaryrefslogtreecommitdiff
path: root/sysemu.h
diff options
context:
space:
mode:
authorJan Kiszka <jan.kiszka@siemens.com>2011-05-13 14:13:59 +0200
committerMarcelo Tosatti <mtosatti@redhat.com>2011-05-16 15:20:30 -0300
commit2e6f478ae8080ad2c4a227095ecb3f177716c32f (patch)
treecdf88e68d4a0f5175c445de3ba1358bf2ec91bde /sysemu.h
parent245969242ad501f2bb1bf3c6da29a364af1e7b2a (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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysemu.h b/sysemu.h
index 18495f388..560210dc0 100644
--- a/sysemu.h
+++ b/sysemu.h
@@ -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;