From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37023) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T14kb-0004ev-Rw for qemu-devel@nongnu.org; Mon, 13 Aug 2012 20:12:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T14ka-0003yO-OY for qemu-devel@nongnu.org; Mon, 13 Aug 2012 20:12:49 -0400 Received: from e31.co.us.ibm.com ([32.97.110.149]:42967) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T14ka-0003yI-HC for qemu-devel@nongnu.org; Mon, 13 Aug 2012 20:12:48 -0400 Received: from /spool/local by e31.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 13 Aug 2012 18:12:47 -0600 Received: from d03relay03.boulder.ibm.com (d03relay03.boulder.ibm.com [9.17.195.228]) by d03dlp01.boulder.ibm.com (Postfix) with ESMTP id 846791FF0025 for ; Tue, 14 Aug 2012 00:12:39 +0000 (WET) Received: from d03av03.boulder.ibm.com (d03av03.boulder.ibm.com [9.17.195.169]) by d03relay03.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q7E0Ch1b168030 for ; Mon, 13 Aug 2012 18:12:43 -0600 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 q7E0CgeU005881 for ; Mon, 13 Aug 2012 18:12:43 -0600 From: Anthony Liguori In-Reply-To: <1344871919-31559-1-git-send-email-peter.maydell@linaro.org> References: <1344871919-31559-1-git-send-email-peter.maydell@linaro.org> Date: Mon, 13 Aug 2012 19:12:38 -0500 Message-ID: <87sjbqe3gp.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PULL for-1.2 00/10] arm-devs queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , Blue Swirl Cc: qemu-devel@nongnu.org, Paul Brook Peter Maydell writes: > This is the usual arm-devs pullreq, with the last set of patches > to go in before the 1.2 hardfreeze. Nothing particularly exciting > here, mostly just cleanup, plus a fix for that embarrassing > "v7m machines assert on startup" bug of mine. > > thanks > -- PMM > Pulled. Thanks. Regards, Anthony Liguori > The following changes since commit 33e95c6328a3149a52615176617997c4f8f708= 8b: > > qom: Reimplement Interfaces (2012-08-13 11:20:41 +0200) > > are available in the git repository at: > > git://git.linaro.org/people/pmaydell/qemu-arm.git arm-devs.next > > for you to fetch changes up to 58f9b98f8a341c8b7bb0c9b38e492a01fe71d666: > > arm: Move some ARM devices into libhw (2012-08-13 16:13:02 +0100) > > ---------------------------------------------------------------- > Andreas F=C3=A4rber (1): > arm: Move some ARM devices into libhw > > Mitsyanko Igor (6): > hw/sd.c: convert wp_groups in SDState to bitfield > hw/sd.c: make sd_wp_addr() accept 64 bit address argument > hw/sd.c: introduce wrapper for conversion address to wp group > hw/sd.c: convert binary variables to bool > hw/sd.c: make sd_dataready() return bool > hw/sd.c: make sd_wp_addr() return bool > > Peter A. G. Crosthwaite (2): > armv7m: Guard against no -kernel argument > ssd0323: abort() instead of exit(1) on error. > > Peter Maydell (1): > hw/armv7m_nvic: Fix incorrect default for num-irqs property > > default-configs/arm-softmmu.mak | 18 ++++++++++ > hw/Makefile.objs | 20 +++++++++++ > hw/arm/Makefile.objs | 15 ++------ > hw/armv7m.c | 5 +++ > hw/armv7m_nvic.c | 21 ++++++++---- > hw/sd.c | 72 +++++++++++++++++++++------------= ------ > hw/sd.h | 6 ++-- > hw/ssd0323.c | 4 ++- > 8 files changed, 104 insertions(+), 57 deletions(-)