From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:35768) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMkj9-0008GW-L5 for qemu-devel@nongnu.org; Fri, 12 Oct 2012 15:16:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TMkj8-0001Qm-2h for qemu-devel@nongnu.org; Fri, 12 Oct 2012 15:16:55 -0400 Received: from mail-ob0-f173.google.com ([209.85.214.173]:56636) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMkj7-0001Qb-U4 for qemu-devel@nongnu.org; Fri, 12 Oct 2012 15:16:54 -0400 Received: by mail-ob0-f173.google.com with SMTP id wc18so3038174obb.4 for ; Fri, 12 Oct 2012 12:16:53 -0700 (PDT) From: Anthony Liguori In-Reply-To: <1350041912-12595-1-git-send-email-peter.maydell@linaro.org> References: <1350041912-12595-1-git-send-email-peter.maydell@linaro.org> Date: Fri, 12 Oct 2012 14:16:49 -0500 Message-ID: <87a9vr8pr2.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PULL 0/9] arm-devs queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-devel@nongnu.org, Paul Brook Peter Maydell writes: > 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. Pulled. Thanks. Regards, Anthony Liguori > > 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(-)