Hi, This is part of the plan to vanish the remaining differences between qemu and qemu-kvm. qemu has 8 MB vram, whereas qemu-kvm has 16 MB. Making it configurable allows to keep qemu's default for compatibility reasons while satisfying qemu-kvm users too. Also adds new options like reducing video memory (1 MB is minimum) for textmode-only guests or qemu scalability tests. Comments? cheers, Gerd Gerd Hoffmann (2): vga: raise xres+yres limits vga: make vram size configurable hw/cirrus_vga.c | 8 ++++++-- hw/qxl.c | 5 ++++- hw/vga-isa.c | 8 +++++++- hw/vga-pci.c | 8 +++++++- hw/vga.c | 13 ++++++++++--- hw/vga_int.h | 8 ++++---- hw/vmware_vga.c | 13 ++++++++++--- 7 files changed, 48 insertions(+), 15 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html