| Submitter | Peter Maydell |
|---|---|
| Date | Oct. 12, 2012, 11:38 a.m. |
| Message ID | <1350041912-12595-1-git-send-email-peter.maydell@linaro.org> |
| Download | mbox |
| Permalink | /patch/191105/ |
| State | New |
| Headers | show |
Pull-request
git://git.linaro.org/people/pmaydell/qemu-arm.git arm-devs.for-upstreamComments
Peter Maydell <peter.maydell@linaro.org> 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(-)
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(-)