From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [PATCH 0/4] console: more pixman conversion work
Date: Wed, 18 Jun 2014 14:23:24 +0200 [thread overview]
Message-ID: <1403094208-26235-1-git-send-email-kraxel@redhat.com> (raw)
Hi,
This patch series makes the console core code stop using the qemu
PixelFormat. We use pixman format codes everywhere instead.
It is a preparation for making use of pixman in display device
emulation. qemu behavior should not change with this patch series.
please review and test,
Gerd
Gerd Hoffmann (4):
console: add qemu_pixelformat_from_pixman
console: add qemu_default_pixman_format
console: reimplement qemu_default_pixelformat
console: stop using PixelFormat
hw/display/qxl-render.c | 7 ++-
hw/display/vga.c | 12 ++--
hw/display/vmware_vga.c | 6 +-
include/ui/console.h | 14 ++---
include/ui/qemu-pixman.h | 2 +
trace-events | 2 +-
ui/console.c | 150 +++++------------------------------------------
ui/qemu-pixman.c | 80 +++++++++++++++++++++++++
ui/sdl.c | 5 +-
9 files changed, 123 insertions(+), 155 deletions(-)
--
1.8.3.1
next reply other threads:[~2014-06-18 12:24 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-18 12:23 Gerd Hoffmann [this message]
2014-06-18 12:23 ` [Qemu-devel] [PATCH 1/4] console: add qemu_pixelformat_from_pixman Gerd Hoffmann
2014-06-18 12:23 ` [Qemu-devel] [PATCH 2/4] console: add qemu_default_pixman_format Gerd Hoffmann
2014-06-18 12:23 ` [Qemu-devel] [PATCH 3/4] console: reimplement qemu_default_pixelformat Gerd Hoffmann
2014-06-18 12:23 ` [Qemu-devel] [PATCH 4/4] console: stop using PixelFormat Gerd Hoffmann
2014-06-21 5:27 ` Benjamin Herrenschmidt
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=1403094208-26235-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).