Created
August 22, 2012 13:28
-
-
Save msmhrt/3425551 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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