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>, David Gibson <dgibson@redhat.com>
Subject: [Qemu-devel] [PATCH 0/3] vga: add endianness switching support
Date: Tue, 23 Sep 2014 14:30:54 +0200	[thread overview]
Message-ID: <1411475457-10942-1-git-send-email-kraxel@redhat.com> (raw)

  Hi,

Series applies on top of the vga patches posted yesterday.
It adds a mmio register to the pci stdvga cards allowing
to switch framebuffer endiannness.  Ben's patches 1+2 prepare
for runtime-swicthable endianness and patch #3 actually
implements the new register.  It has been placed in a new
range to avoid conflicts in case the bochs dispi interface
will be extended in the future.  The separate range also
makes it easier to turn off on old machine types.

please review,
  Gerd

Benjamin Herrenschmidt (2):
  vga: Make fb endian a common state variable
  vga: Add endian control register

Gerd Hoffmann (1):
  vga-pci: add qext region to mmio

 docs/specs/standard-vga.txt |  9 ++++++
 hw/display/vga-pci.c        | 68 +++++++++++++++++++++++++++++++++++++++++++++
 hw/display/vga.c            | 67 ++++++++++++++++++++++++++++++++++----------
 hw/display/vga_int.h        |  3 ++
 include/hw/i386/pc.h        |  8 ++++++
 5 files changed, 141 insertions(+), 14 deletions(-)

-- 
1.8.3.1

             reply	other threads:[~2014-09-23 12:31 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-23 12:30 Gerd Hoffmann [this message]
2014-09-23 12:30 ` [Qemu-devel] [PATCH 1/3] vga: Make fb endian a common state variable Gerd Hoffmann
2014-09-26  4:28   ` David Gibson
2014-09-23 12:30 ` [Qemu-devel] [PATCH 2/3] vga: Add endian control register Gerd Hoffmann
2014-09-26  4:34   ` David Gibson
2014-09-23 12:30 ` [Qemu-devel] [PATCH 3/3] vga-pci: add qext region to mmio Gerd Hoffmann
2014-09-26  4:38   ` David Gibson
2014-09-29 16:18   ` Michael S. Tsirkin
2014-09-30 11:02     ` Gerd Hoffmann
2014-09-23 20:24 ` [Qemu-devel] [PATCH 0/3] vga: add endianness switching support Benjamin Herrenschmidt
2014-09-23 20:33   ` Alexander Graf

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=1411475457-10942-1-git-send-email-kraxel@redhat.com \
    --to=kraxel@redhat.com \
    --cc=dgibson@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).