From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37365) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T0x0Z-000836-Ps for qemu-devel@nongnu.org; Mon, 13 Aug 2012 11:56:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T0x0W-00077R-Lu for qemu-devel@nongnu.org; Mon, 13 Aug 2012 11:56:47 -0400 Received: from mnementh.archaic.org.uk ([81.2.115.146]:40950) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T0x0W-000773-Fu for qemu-devel@nongnu.org; Mon, 13 Aug 2012 11:56:44 -0400 From: Peter Maydell Date: Mon, 13 Aug 2012 16:31:49 +0100 Message-Id: <1344871919-31559-1-git-send-email-peter.maydell@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PULL for-1.2 00/10] arm-devs queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori , Blue Swirl Cc: qemu-devel@nongnu.org, Paul Brook 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 The following changes since commit 33e95c6328a3149a52615176617997c4f8f7088b: 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ärber (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(-)