From e0bb6b8df60863bca0163a1688baf4854e931e55 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 8 Jun 2009 17:45:42 +0100 Subject: [PATCH] stdvga + videoram config option Without this patch, guests cannot be created on ia64 because of qemu-dm's error. Signed-off-by: KUWAMURA Shin'ya --- vl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/vl.c b/vl.c index 7549a193..d86e49b9 100644 --- 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) -- 2.39.5