From: Peter Maydell <peter.maydell@linaro.org>
To: qemu-devel@nongnu.org
Cc: Mathieu Sonet <contact@elasticsheep.com>, patches@linaro.org
Subject: [Qemu-devel] [PATCH v6 0/2] Add AACI audio playback support to ARM devboards
Date: Fri, 28 Oct 2011 10:55:36 +0100 [thread overview]
Message-ID: <1319795738-18205-1-git-send-email-peter.maydell@linaro.org> (raw)
This is Mathieu's v5 patch, except that I have corrected the one-liner
minor error spotted by Andrzej Zaborowski, tested, rebased and thrown
in my patch adding the PL041 to the other devboards.
I hope this is OK to apply now; I'm hoping to get it in before the
freeze for 1.0...
Thanks to Mathieu for all his hard work on this patch.
-- PMM
Mathieu Sonet (1):
Add AACI audio playback support to the ARM Versatile/PB platform
Peter Maydell (1):
hw/vexpress.c, hw/realview.c: Add PL041 to VExpress, Realview boards
Makefile.target | 1 +
hw/lm4549.c | 336 ++++++++++++++++++++++++++++
hw/lm4549.h | 43 ++++
hw/pl041.c | 636 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
hw/pl041.h | 135 ++++++++++++
hw/pl041.hx | 81 +++++++
hw/realview.c | 8 +-
hw/versatilepb.c | 8 +
hw/vexpress.c | 7 +-
9 files changed, 1253 insertions(+), 2 deletions(-)
create mode 100644 hw/lm4549.c
create mode 100644 hw/lm4549.h
create mode 100644 hw/pl041.c
create mode 100644 hw/pl041.h
create mode 100644 hw/pl041.hx
next reply other threads:[~2011-10-28 9:56 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-28 9:55 Peter Maydell [this message]
2011-10-28 9:55 ` [Qemu-devel] [PATCH v6 1/2] Add AACI audio playback support to the ARM Versatile/PB platform Peter Maydell
2011-10-31 4:27 ` andrzej zaborowski
2011-10-28 9:55 ` [Qemu-devel] [PATCH v6 2/2] hw/vexpress.c, hw/realview.c: Add PL041 to VExpress, Realview boards 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=1319795738-18205-1-git-send-email-peter.maydell@linaro.org \
--to=peter.maydell@linaro.org \
--cc=contact@elasticsheep.com \
--cc=patches@linaro.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).