qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/4] vga: make display size configurable
@ 2017-03-09  8:38 Gerd Hoffmann
  2017-03-09  8:38 ` [Qemu-devel] [PATCH v2 1/4] virtio-gpu: add xres and yres properties Gerd Hoffmann
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Gerd Hoffmann @ 2017-03-09  8:38 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

  Hi,

Next attempt, this time using device properties (xres and yres) instead
of extending the usage of the -g switch, as suggested by paolo.  This
series has support for virtio, qxl and stdvga.  For stdvga the virtual
hardware is updated with additional (read-only) registers.

cheers,
  Gerd

Gerd Hoffmann (4):
  virtio-gpu: add xres and yres properties
  qxl: add xres and yres properties
  stdvga: move common properties to common base class
  [RfC] stdvga: add xres and yres properties.

 hw/display/qxl.c               | 34 ++++++++++++++++-------
 hw/display/qxl.h               |  2 ++
 hw/display/vga-pci.c           | 63 +++++++++++++++++++++++++++---------------
 hw/display/vga_int.h           |  6 ++--
 hw/display/virtio-gpu.c        |  6 ++--
 hw/display/virtio-vga.c        |  3 +-
 include/hw/virtio/virtio-gpu.h |  2 ++
 7 files changed, 78 insertions(+), 38 deletions(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2017-03-13 15:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-09  8:38 [Qemu-devel] [PATCH v2 0/4] vga: make display size configurable Gerd Hoffmann
2017-03-09  8:38 ` [Qemu-devel] [PATCH v2 1/4] virtio-gpu: add xres and yres properties Gerd Hoffmann
2017-03-09  8:38 ` [Qemu-devel] [PATCH v2 2/4] qxl: " Gerd Hoffmann
2017-03-09  8:38 ` [Qemu-devel] [PATCH v2 3/4] stdvga: move common properties to common base class Gerd Hoffmann
2017-03-09  8:38 ` [Qemu-devel] [PATCH v2 4/4] [RfC] stdvga: add xres and yres properties Gerd Hoffmann
2017-03-09 21:03   ` Hervé Poussineau
2017-03-13 15:17     ` Gerd Hoffmann

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