]> xenbits.xensource.com Git - qemu-xen-4.0-testing.git/commitdiff
stdvga + videoram config option
authorIan Jackson <ian.jackson@eu.citrix.com>
Mon, 8 Jun 2009 16:45:42 +0000 (17:45 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Mon, 8 Jun 2009 16:45:42 +0000 (17:45 +0100)
Without this patch, guests cannot be created on ia64 because of
qemu-dm's error.

Signed-off-by: KUWAMURA Shin'ya <kuwa@jp.fujitsu.com>
vl.c

diff --git a/vl.c b/vl.c
index 7549a193785ffe25238f3a73c27a9db1d3da2b1d..d86e49b9747c2ad8218ba50a368f99e661b5311b 100644 (file)
--- a/vl.c
+++ b/vl.c
@@ -5670,7 +5670,6 @@ int main(int argc, char **argv, char **envp)
     phys_ram_size = (machine->ram_require + vga_ram_size) & ~RAMSIZE_FIXED;
 
 #if defined (__ia64__)
-    ram_size = vga_ram_size;
     if (ram_size > VGA_IO_START)
         ram_size += VGA_IO_SIZE; /* skip VGA I/O hole */
     if (ram_size > MMIO_START)