Hi; here's the arm-devs queue. Mostly this is a bunch of Peter C's patches. There's a bunch of other stuff bubbling under which will probably go into another pullreq in a couple of weeks' time (mostly series which failed review or need a little more on-list time). Please pull.
thanks -- PMM The following changes since commit a4bcea3d67949c6be45992bd5092a19f163bcd4e: target-i386: Use mulu2 and muls2 (2013-02-27 19:06:28 +0000) 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 288f1e3f87ec24abeac38399f175fe74243f7bc5: cadence_gem: Add debug msgs for rx desc movement (2013-02-28 18:49:24 +0000) ---------------------------------------------------------------- Antoine Mathys (1): hw/ds1338: Fix conversion between 12 hours and 24 hours modes. Igor Mitsyanko (1): hw/sdhci: introduce standard SD host controller Peter Crosthwaite (13): arm: mptimer: CamelCased type names arm: arm11mpcore, a9mpcore: CamelCased type names arm: mptimer: Remove WDT distinction arm: a9mpcore: remove old_timer_status field arm: a9mpcore: Coreify the SCU vl.c: allow for repeated -sd arguments xilinx_zynq: Added SD controllers m25p80.c: Use QOM classes for part differentiation cadence_gem: Flush queued packets cadence_gem: factor out can_rx() logic replication cadence_gem: fix interrupt events cadence_gem: Don't reset rx desc pointer on rx_en cadence_gem: Add debug msgs for rx desc movement Peter Maydell (2): hw/pflash_cfi01: Make read after byte-write or erase return status hw/pflash_cfi01: Treat read in unknown command state as read default-configs/arm-softmmu.mak | 2 + hw/Makefile.objs | 1 + hw/a9mpcore.c | 157 +---- hw/a9scu.c | 164 +++++ hw/arm/Makefile.objs | 1 + hw/arm11mpcore.c | 41 +- hw/arm_mptimer.c | 112 ++-- hw/cadence_gem.c | 36 +- hw/ds1338.c | 8 +- hw/m25p80.c | 58 +- hw/petalogix_ml605_mmu.c | 3 +- hw/pflash_cfi01.c | 14 +- hw/sdhci.c | 1300 +++++++++++++++++++++++++++++++++++++++ hw/sdhci.h | 312 ++++++++++ hw/xilinx_zynq.c | 13 +- vl.c | 2 +- 16 files changed, 1935 insertions(+), 289 deletions(-) create mode 100644 hw/a9scu.c create mode 100644 hw/sdhci.c create mode 100644 hw/sdhci.h