From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:33204) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMdZo-0000Mz-HI for qemu-devel@nongnu.org; Fri, 12 Oct 2012 07:38:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TMdZn-00082I-7J for qemu-devel@nongnu.org; Fri, 12 Oct 2012 07:38:48 -0400 Received: from 38.0.169.217.in-addr.arpa ([217.169.0.38]:57335 helo=mnementh.archaic.org.uk) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMdZn-00080H-01 for qemu-devel@nongnu.org; Fri, 12 Oct 2012 07:38:47 -0400 From: Peter Maydell Date: Fri, 12 Oct 2012 12:38:23 +0100 Message-Id: <1350041912-12595-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 0/9] 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. Contains my fix for the various DS1338 bugs plus some other minor patches from various people; please pull. thanks -- PMM The following changes since commit b4ae3cfa57b8c1bdbbd7b7d420971e9171203ade: ssi: Add slave autoconnect helper (2012-10-10 11:13:32 +1000) are available in the git repository at: git://git.linaro.org/people/pmaydell/qemu-arm.git arm-devs.for-upstream for you to fetch changes up to fae15286751d8a8209724b14b62d065f1111e621: arm_gic: Rename gic_state to GICState (2012-10-12 11:54:39 +0100) ---------------------------------------------------------------- Evgeny Voevodin (1): hw/arm_gic.c: Fix improper DPRINTF output. Jean-Christophe PLAGNIOL-VILLARD (1): versatilepb: add gpio pl061 support Peter A. G. Crosthwaite (1): zynq_slcr: Fixed ResetValues enum Peter Maydell (5): hw/ds1338: Fix mishandling of register pointer hw/ds1338: Recapture current time when register pointer wraps around hw/ds1338: Remove 'now' field from state struct hw/ds1338: Implement state save/restore arm_gic: Rename gic_state to GICState Soren Brinkmann (1): cadence_ttc: Fix 'clear on read' behavior hw/arm_gic.c | 46 +++++++++--------- hw/arm_gic_common.c | 16 +++---- hw/arm_gic_internal.h | 20 ++++---- hw/armv7m_nvic.c | 6 +-- hw/cadence_ttc.c | 2 +- hw/ds1338.c | 123 ++++++++++++++++++++++++++++++++++--------------- hw/versatilepb.c | 5 ++ hw/zynq_slcr.c | 2 +- 8 files changed, 137 insertions(+), 83 deletions(-)