qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [RfC PATCH 0/2] vga: make ram size configurable
@ 2012-05-24  8:44 Gerd Hoffmann
  2012-05-24  8:44 ` [Qemu-devel] [RfC PATCH 1/2] vga: raise xres+yres limits Gerd Hoffmann
  2012-05-24  8:44 ` [Qemu-devel] [RfC PATCH 2/2] vga: make vram size configurable Gerd Hoffmann
  0 siblings, 2 replies; 4+ messages in thread
From: Gerd Hoffmann @ 2012-05-24  8:44 UTC (permalink / raw)
  To: qemu-devel; +Cc: jan.kiszka, Gerd Hoffmann, kvm

  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(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-05-24 12:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-24  8:44 [Qemu-devel] [RfC PATCH 0/2] vga: make ram size configurable Gerd Hoffmann
2012-05-24  8:44 ` [Qemu-devel] [RfC PATCH 1/2] vga: raise xres+yres limits Gerd Hoffmann
2012-05-24  8:44 ` [Qemu-devel] [RfC PATCH 2/2] vga: make vram size configurable Gerd Hoffmann
2012-05-24 12:20   ` Jan Kiszka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).