From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:37929) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJjAw-0006pf-0x for qemu-devel@nongnu.org; Fri, 28 Oct 2011 05:56:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RJjAs-0005nv-HE for qemu-devel@nongnu.org; Fri, 28 Oct 2011 05:56:33 -0400 Received: from mnementh.archaic.org.uk ([81.2.115.146]:36502) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJjAr-0005nV-Rq for qemu-devel@nongnu.org; Fri, 28 Oct 2011 05:56:30 -0400 From: Peter Maydell Date: Fri, 28 Oct 2011 10:55:36 +0100 Message-Id: <1319795738-18205-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PATCH v6 0/2] Add AACI audio playback support to ARM devboards List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Mathieu Sonet , patches@linaro.org 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