From: Peter Maydell <peter.maydell@linaro.org>
To: qemu-arm@nongnu.org, qemu-devel@nongnu.org
Cc: patches@linaro.org, Pooja Dhannawat <dhannawatpooja1@gmail.com>,
Eric Blake <eblake@redhat.com>, Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [PATCH 0/2] hw/display/blizzard: remove blizzard_template.h
Date: Wed, 4 May 2016 15:15:50 +0100 [thread overview]
Message-ID: <1462371352-21498-1-git-send-email-peter.maydell@linaro.org> (raw)
Now that we can rely on the display surface being 32 bits,
the whole machinery of blizzard_template.h being included once
per supported depth is unnecessary.
This series expands out the DEPTH-dependent macros, and then
moves the remaining code into blizzard.c and removes the header file.
It applies on top of Pooja Dhannawat's patch
"blizzard: Remove support for DEPTH != 32" (which you can
also find in my target-arm.next branch:
https://git.linaro.org/people/peter.maydell/qemu-arm.git target-arm.next)
thanks
-- PMM
Peter Maydell (2):
hw/display/blizzard: Expand out macros
hw/display/blizzard: Remove blizzard_template.h
hw/display/blizzard.c | 79 ++++++++++++++++++++++++++-
hw/display/blizzard_template.h | 118 -----------------------------------------
2 files changed, 77 insertions(+), 120 deletions(-)
delete mode 100644 hw/display/blizzard_template.h
--
1.9.1
next reply other threads:[~2016-05-04 14:17 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-04 14:15 Peter Maydell [this message]
2016-05-04 14:15 ` [Qemu-devel] [PATCH 1/2] hw/display/blizzard: Expand out macros Peter Maydell
2016-05-04 14:30 ` Eric Blake
2016-05-04 14:15 ` [Qemu-devel] [PATCH 2/2] hw/display/blizzard: Remove blizzard_template.h Peter Maydell
2016-05-04 14:31 ` Eric Blake
2016-05-09 7:48 ` [Qemu-devel] [PATCH 0/2] hw/display/blizzard: remove blizzard_template.h Gerd Hoffmann
2016-05-09 9:32 ` Peter Maydell
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=1462371352-21498-1-git-send-email-peter.maydell@linaro.org \
--to=peter.maydell@linaro.org \
--cc=dhannawatpooja1@gmail.com \
--cc=eblake@redhat.com \
--cc=kraxel@redhat.com \
--cc=patches@linaro.org \
--cc=qemu-arm@nongnu.org \
--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).