Skip to content

Instantly share code, notes, and snippets.

@msmhrt
Created August 22, 2012 13:28
Show Gist options
  • Select an option

  • Save msmhrt/3425551 to your computer and use it in GitHub Desktop.

Select an option

Save msmhrt/3425551 to your computer and use it in GitHub Desktop.
diff --git a/hw/vga-pci.c b/hw/vga-pci.c
index 9abbada..6716231 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, 16),
+ DEFINE_PROP_UINT32("vgamem_mb", PCIVGAState, vga.vram_size_mb, 8),
DEFINE_PROP_END_OF_LIST(),
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment