The following changes since commit 7bc8e0c967a4ef77657174d28af775691e18b4ce:
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2015-10-29 09:49:52 +0000) are available in the git repository at: git://github.com/stefanha/qemu.git tags/block-pull-request for you to fetch changes up to 37a639a7fbc5c6b065c80e7e2de78d22af735496: block: Consider all child nodes in bdrv_requests_pending() (2015-10-29 17:59:27 +0000) ---------------------------------------------------------------- ---------------------------------------------------------------- Cornelia Huck (3): s390x: include HW_COMPAT_* props ppc/spapr: add 2.4 compat props virtio-blk: switch off scsi-passthrough by default Dr. David Alan Gilbert (1): gdb command: qemu handlers Kevin Wolf (1): block: Consider all child nodes in bdrv_requests_pending() Paolo Bonzini (3): qemu-gdb: allow using glibc_pointer_guard() on core dumps qemu-gdb: extract parts of "qemu coroutine" implementation qemu-gdb: add $qemu_coroutine_sp and $qemu_coroutine_pc Pavel Butsykin (1): virtio: sync the dataplane vring state to the virtqueue before virtio_save Sai Pavan Boddu (3): sd.h: Move sd.h to include/hw/sd/ sdhci: Split sdhci.h for public and internal device usage target-arm: xlnx-zynqmp: Add sdhci support. block/io.c | 13 +- hw/arm/xlnx-zynqmp.c | 28 ++++ hw/block/virtio-blk.c | 7 +- hw/ppc/spapr.c | 9 ++ hw/s390x/s390-virtio-ccw.c | 2 + hw/scsi/virtio-scsi.c | 5 + hw/sd/milkymist-memcard.c | 2 +- hw/sd/omap_mmc.c | 2 +- hw/sd/pl181.c | 2 +- hw/sd/pxa2xx_mmci.c | 2 +- hw/sd/sd.c | 2 +- hw/sd/sdhci-internal.h | 232 +++++++++++++++++++++++++++++++++ hw/sd/sdhci.c | 3 +- hw/sd/sdhci.h | 297 ------------------------------------------- hw/sd/ssi-sd.c | 2 +- include/hw/arm/xlnx-zynqmp.h | 3 + include/hw/compat.h | 6 +- include/hw/sd.h | 80 ------------ include/hw/sd/sd.h | 80 ++++++++++++ include/hw/sd/sdhci.h | 94 ++++++++++++++ scripts/qemu-gdb.py | 6 +- scripts/qemugdb/aio.py | 58 +++++++++ scripts/qemugdb/coroutine.py | 90 ++++++++----- 23 files changed, 601 insertions(+), 424 deletions(-) create mode 100644 hw/sd/sdhci-internal.h delete mode 100644 hw/sd/sdhci.h delete mode 100644 include/hw/sd.h create mode 100644 include/hw/sd/sd.h create mode 100644 include/hw/sd/sdhci.h create mode 100644 scripts/qemugdb/aio.py -- 2.4.3