From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:48975) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TiRff-00014G-7h for qemu-devel@nongnu.org; Tue, 11 Dec 2012 10:23:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TiRfX-0000RI-CU for qemu-devel@nongnu.org; Tue, 11 Dec 2012 10:22:59 -0500 Received: from 1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.d.1.0.0.b.8.0.1.0.0.2.ip6.arpa ([2001:8b0:1d0::1]:55594 helo=mnementh.archaic.org.uk) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TiRfX-0000Pc-4x for qemu-devel@nongnu.org; Tue, 11 Dec 2012 10:22:51 -0500 From: Peter Maydell Date: Tue, 11 Dec 2012 15:22:34 +0000 Message-Id: <1355239360-29249-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PULL 0/6] 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 ARM devices pullreq, nothing exciting here. Please pull. thanks -- PMM The following changes since commit 1c97e303d4ea80a2691334b0febe87a50660f99d: Merge remote-tracking branch 'afaerber/qom-cpu' into staging (2012-12-10 08:35:15 -0600) 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 97331270e50f5858c82a0c6d146da81f5b776535: exynos4210/mct: Avoid infinite loop on non incremental timers (2012-12-11 12:54:47 +0000) ---------------------------------------------------------------- Daniel Sangorrin (1): hw/arm_gic: fix target CPUs affected by set enable/pending ops Jean-Christophe DUBOIS (1): exynos4210/mct: Avoid infinite loop on non incremental timers Peter Maydell (3): hw/arm_boot, exynos4210, highbank: Fix secondary boot GIC init hw/arm_gic: Fix comparison with priority mask register hw/arm_gic_common: Correct GICC_PMR reset value for newer GICs walimis (1): xilinx_zynq: Add one variable to avoid overwriting QSPI bus hw/arm_boot.c | 17 ++++++++++++++--- hw/arm_gic.c | 7 ++++--- hw/arm_gic_common.c | 6 +++++- hw/armv7m_nvic.c | 4 +++- hw/exynos4210.c | 10 +++++++--- hw/exynos4210_mct.c | 2 +- hw/highbank.c | 7 +++++-- hw/xilinx_zynq.c | 9 +++++---- 8 files changed, 44 insertions(+), 18 deletions(-)