qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [PATCH v2 0/4] vga: make display size configurable
Date: Thu,  9 Mar 2017 09:38:26 +0100	[thread overview]
Message-ID: <1489048710-22084-1-git-send-email-kraxel@redhat.com> (raw)

  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

             reply	other threads:[~2017-03-09  8:38 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-09  8:38 Gerd Hoffmann [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1489048710-22084-1-git-send-email-kraxel@redhat.com \
    --to=kraxel@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).