mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
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 <kraxel@redhat.com>
This commit is contained in:
parent
f1dacf1ced
commit
9e56edcf8d
4 changed files with 27 additions and 3 deletions
|
@ -1201,7 +1201,7 @@ static int pci_vmsvga_initfn(PCIDevice *dev)
|
|||
|
||||
static Property vga_vmware_properties[] = {
|
||||
DEFINE_PROP_UINT32("vgamem_mb", struct pci_vmsvga_state_s,
|
||||
chip.vga.vram_size_mb, 8),
|
||||
chip.vga.vram_size_mb, 16),
|
||||
DEFINE_PROP_END_OF_LIST(),
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue