summaryrefslogtreecommitdiff
path: root/init.c
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2011-06-03 17:12:52 -0500
committerRichard Henderson <rth@twiddle.net>2011-06-03 17:12:52 -0500
commit7abb12f60eb3069019e9497e193733d77d8f0722 (patch)
tree23eb9e1e2a2df99e8f0a8475cac48499d212cbca /init.c
parentdb3b5b6935eed9a229bf5c11b4db0b7d2a812940 (diff)
downloadqemu-palcode-7abb12f60eb3069019e9497e193733d77d8f0722.zip
qemu-palcode-7abb12f60eb3069019e9497e193733d77d8f0722.tar.gz
qemu-palcode-7abb12f60eb3069019e9497e193733d77d8f0722.tar.bz2
Properly detect the presence of a vga device.
Diffstat (limited to 'init.c')
-rw-r--r--init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.c b/init.c
index 72277e0..b2c4f5a 100644
--- a/init.c
+++ b/init.c
@@ -59,6 +59,7 @@ static unsigned long page_dir[1024] __attribute__((aligned(PAGE_SIZE)));
struct hwrpb_combine hwrpb __attribute__((aligned(PAGE_SIZE)));
void *last_alloc;
+bool have_vga;
static void *
alloc (unsigned long size, unsigned long align)