From: David Gibson <david@gibson.dropbear.id.au>
To: agraf@suse.de, kraxel@redhat.com, benh@kernel.crashing.org
Cc: aik@ozlabs.ru, qemu-ppc@nongnu.org, qemu-devel@nongnu.org,
mdroth@us.ibm.com, David Gibson <david@gibson.dropbear.id.au>
Subject: [Qemu-devel] [PATCH 0/2] ppc: Automatically set vga framebuffer endianness based on guest
Date: Tue, 10 Feb 2015 15:36:14 +1100 [thread overview]
Message-ID: <1423542976-8825-1-git-send-email-david@gibson.dropbear.id.au> (raw)
This is a reworked version of BenH's patch to set VGA framebuffer
endianess based on the endianness of the guest (as determined by the
H_SET_MODE hypercall).
I've split the patch into two parts the first adding the object
property to the VGA device allowing control of the endianness, and the
second manipulating it from the pseries code.
David Gibson (2):
vga: Expose framebuffer byteorder as a QOM property
pseries: Switch VGA endian on H_SET_MODE
hw/display/vga-pci.c | 22 ++++++++++++++++++++++
hw/ppc/spapr_hcall.c | 2 ++
hw/ppc/spapr_pci.c | 28 ++++++++++++++++++++++++++++
include/hw/ppc/spapr.h | 1 +
4 files changed, 53 insertions(+)
--
2.1.0
next reply other threads:[~2015-02-10 4:36 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-10 4:36 David Gibson [this message]
2015-02-10 4:36 ` [Qemu-devel] [PATCH 1/2] vga: Expose framebuffer byteorder as a QOM property David Gibson
2015-02-10 9:19 ` Gerd Hoffmann
2015-02-10 10:58 ` David Gibson
2015-02-10 4:36 ` [Qemu-devel] [PATCH 2/2] pseries: Switch VGA endian on H_SET_MODE David Gibson
2015-02-17 17:03 ` Michael Roth
2015-02-20 14:11 ` [Qemu-devel] [PATCH 0/2] ppc: Automatically set vga framebuffer endianness based on guest 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=1423542976-8825-1-git-send-email-david@gibson.dropbear.id.au \
--to=david@gibson.dropbear.id.au \
--cc=agraf@suse.de \
--cc=aik@ozlabs.ru \
--cc=benh@kernel.crashing.org \
--cc=kraxel@redhat.com \
--cc=mdroth@us.ibm.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@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).