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 0/2] vga: add secondary stdvga variant
Date: Thu, 17 Oct 2013 13:02:24 +0200	[thread overview]
Message-ID: <1382007746-4405-1-git-send-email-kraxel@redhat.com> (raw)

  Hi,

This little series adds a legacy-free variant of the qemu standard vga,
which can easily be used as secondary vga.  No BIOS, thus no vesa
support, thus you need guest drivers.

If you wanna play with this walk over here:
  http://www.kraxel.org/cgit/linux/log/?h=qemu-drm

The bochs drm driver handles both this new device and the qemu stdvga.

Gerd Hoffmann (2):
  vga: allow non-global vmstate
  vga: add secondary stdvga variant

 docs/specs/standard-vga.txt | 13 ++++++---
 hw/display/cirrus_vga.c     |  4 +--
 hw/display/qxl.c            |  2 +-
 hw/display/vga-isa-mm.c     |  2 +-
 hw/display/vga-isa.c        |  2 +-
 hw/display/vga-pci.c        | 64 ++++++++++++++++++++++++++++++++++++++++++++-
 hw/display/vga.c            |  8 ++++--
 hw/display/vga_int.h        |  2 +-
 hw/display/vmware_vga.c     |  2 +-
 9 files changed, 86 insertions(+), 13 deletions(-)

-- 
1.8.3.1

             reply	other threads:[~2013-10-17 11:02 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-17 11:02 Gerd Hoffmann [this message]
2013-10-17 11:02 ` [Qemu-devel] [PATCH 1/2] vga: allow non-global vmstate Gerd Hoffmann
2013-10-24  7:46   ` Hervé Poussineau
2013-10-24  9:15     ` Gerd Hoffmann
2013-10-17 11:02 ` [Qemu-devel] [PATCH 2/2] vga: add secondary stdvga variant 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=1382007746-4405-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).