aboutsummaryrefslogtreecommitdiffstats
path: root/vl.c
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2010-04-01 19:57:09 +0200
committerAurelien Jarno <aurelien@aurel32.net>2010-04-09 18:55:54 +0200
commitfbe3288df645b3b81850008327e3b714a5ca7036 (patch)
tree3e8801361886e4f88779b0f3ec8f20bd37dd4a80 /vl.c
parent0706a4dcce88942462ca85aa2dcea0795ee655c4 (diff)
move two variable declarations out of vl.c
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'vl.c')
-rw-r--r--vl.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/vl.c b/vl.c
index 546c63181..2c5e9efd2 100644
--- a/vl.c
+++ b/vl.c
@@ -292,10 +292,6 @@ static int default_driver_check(QemuOpts *opts, void *opaque)
}
/***********************************************************/
-/* x86 ISA bus support */
-
-target_phys_addr_t isa_mem_base = 0;
-PicState2 *isa_pic;
static void set_proc_name(const char *s)
{