From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:33058) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rnx2P-0006fn-4d for qemu-devel@nongnu.org; Thu, 19 Jan 2012 13:48:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rnx2N-0000VD-Ty for qemu-devel@nongnu.org; Thu, 19 Jan 2012 13:48:41 -0500 Received: from e36.co.us.ibm.com ([32.97.110.154]:38224) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rnx2N-0000UE-Ln for qemu-devel@nongnu.org; Thu, 19 Jan 2012 13:48:39 -0500 Received: from /spool/local by e36.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 19 Jan 2012 11:48:29 -0700 Received: from d03relay05.boulder.ibm.com (d03relay05.boulder.ibm.com [9.17.195.107]) by d03dlp03.boulder.ibm.com (Postfix) with ESMTP id 8365B19D8062 for ; Thu, 19 Jan 2012 11:48:18 -0700 (MST) Received: from d03av03.boulder.ibm.com (d03av03.boulder.ibm.com [9.17.195.169]) by d03relay05.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q0JImDuU025244 for ; Thu, 19 Jan 2012 11:48:16 -0700 Received: from d03av03.boulder.ibm.com (loopback [127.0.0.1]) by d03av03.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q0JIm9eI015071 for ; Thu, 19 Jan 2012 11:48:09 -0700 Message-ID: <4F186568.5090901@us.ibm.com> Date: Thu, 19 Jan 2012 12:48:08 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1326888787-25495-1-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1326888787-25495-1-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 0/4] arm-devs queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-devel@nongnu.org On 01/18/2012 06:13 AM, Peter Maydell wrote: > This is a smallish pullreq for a few arm-devs patches which have been on > the list for a while. The two patches from Mark were in the highbank > patchset, but I'd like to get them committed now because they're needed > for other patchsets (vexpress-a15, exynos). Please pull. Pulled. Thanks. Regards, Anthony Liguori > > thanks > -- PMM > > The following changes since commit 8c4ec5c0269bda18bb777a64b2008088d1c632dc: > > pxa2xx_keypad: fix unbalanced parenthesis. (2012-01-17 02:14:42 +0100) > > are available in the git repository at: > git://git.linaro.org/people/pmaydell/qemu-arm.git arm-devs.for-upstream > > Mark Langsdorf (2): > arm: Remove incorrect comment in arm_timer > arm: make the number of GIC interrupts configurable > > Peter Maydell (2): > vexpress, realview: Add (dummy) L2 cache controller > hw/lan9118: Add save/load support > > hw/a9mpcore.c | 13 ++++- > hw/arm11mpcore.c | 17 +++++--- > hw/arm_gic.c | 68 ++++++++++++++++------------- > hw/arm_timer.c | 3 - > hw/armv7m_nvic.c | 31 ++++++++++--- > hw/lan9118.c | 126 +++++++++++++++++++++++++++++++++++++++++++---------- > hw/realview.c | 2 + > hw/realview_gic.c | 7 ++- > hw/vexpress.c | 1 + > 9 files changed, 193 insertions(+), 75 deletions(-) > >