From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44027) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S3RGl-0002ND-Lh for qemu-devel@nongnu.org; Fri, 02 Mar 2012 07:07:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S3RGO-0002bB-Jk for qemu-devel@nongnu.org; Fri, 02 Mar 2012 07:07:31 -0500 Received: from mnementh.archaic.org.uk ([81.2.115.146]:56793) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S3RGO-0002am-3b for qemu-devel@nongnu.org; Fri, 02 Mar 2012 07:07:08 -0500 From: Peter Maydell Date: Fri, 2 Mar 2012 12:07:01 +0000 Message-Id: <1330690025-7611-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PULL 0/4] arm-devs queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org, Paul Brook Hi; this is a pullreq for the arm-devs queue; nothing hugely exciting here unless you count the final part of the -dtb support. Please pull. thanks -- PMM The following changes since commit 7c51c1aa03a52b9fd75ed1ade2e65d079ae4d50e: Merge remote-tracking branch 'kwolf/for-anthony' into staging (2012-02-29 12:57:28 -0600) are available in the git repository at: git://git.linaro.org/people/pmaydell/qemu-arm.git arm-devs.for-upstream Grant Likely (1): arm: add device tree support Peter Maydell (1): hw/arm11mpcore: Fix broken realview_mpcore/arm11mpcore_priv properties Rusty Russell (2): arm: clean up GIC constants arm: make sure that number of irqs can be represented in GICD_TYPER. Makefile.target | 1 + configure | 1 + hw/arm-misc.h | 1 + hw/arm11mpcore.c | 20 +++++----- hw/arm_boot.c | 102 ++++++++++++++++++++++++++++++++++++++++++++++++++--- hw/arm_gic.c | 50 ++++++++++++++++---------- qemu-config.c | 4 ++ qemu-options.hx | 9 +++++ vl.c | 8 ++++ 9 files changed, 161 insertions(+), 35 deletions(-)