From 9e56edcf8dd1d4bc7ba2b1efb3641f36c0fad8ba Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Mon, 11 Jun 2012 10:42:53 +0200 Subject: vga: raise default vgamem size Old size: 8 MB (traditional upstream qemu value). New size: 16 MB (traditional qemu-kvm value). Also adds compat properties so old machine types keep the old default values. Signed-off-by: Gerd Hoffmann --- hw/vga-pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/vga-pci.c') diff --git a/hw/vga-pci.c b/hw/vga-pci.c index 0848126555..37dc019a61 100644 --- a/hw/vga-pci.c +++ b/hw/vga-pci.c @@ -76,7 +76,7 @@ DeviceState *pci_vga_init(PCIBus *bus) } static Property vga_pci_properties[] = { - DEFINE_PROP_UINT32("vgamem_mb", PCIVGAState, vga.vram_size_mb, 8), + DEFINE_PROP_UINT32("vgamem_mb", PCIVGAState, vga.vram_size_mb, 16), DEFINE_PROP_END_OF_LIST(), }; -- cgit 1.4.1