[Spice-devel] [PATCH 25/35] [rhel6 compat] adjust vga ram size
alexl at redhat.com
alexl at redhat.com
Thu Sep 9 10:16:08 PDT 2010
From: Gerd Hoffmann <kraxel at redhat.com>
---
hw/vga_int.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/hw/vga_int.h b/hw/vga_int.h
index beb5423..0ac09e2 100644
--- a/hw/vga_int.h
+++ b/hw/vga_int.h
@@ -226,7 +226,7 @@ void vga_init_vbe(VGACommonState *s);
extern const uint8_t sr_mask[8];
extern const uint8_t gr_mask[16];
-#define VGA_RAM_SIZE (8192 * 1024)
+#define VGA_RAM_SIZE (16 * 1024 * 1024)
#define VGABIOS_FILENAME "vgabios.bin"
#define VGABIOS_CIRRUS_FILENAME "vgabios-cirrus.bin"
--
1.7.0.1
More information about the Spice-devel
mailing list