The following changes since commit c3cb8e77804313e1be99b5f28a34a346736707a5:
ioport: remove LITTLE_ENDIAN mark for portio (2013-07-12 14:37:47 -0500)
are available in the git repository at:
git://repo.or.cz/qemu/kevin.git for-anthony
for you to fetch changes up to a62eaa26c1d6d48fbdc3ac1d32bd1314f5fdc8c9:
ahci: Fix FLUSH command (2013-07-15 11:53:55 +0200)
----------------------------------------------------------------
Kevin Wolf (6):
block: Don't parse protocol from file.filename
qemu-iotests: Update 051 reference output
block: Add return value for bdrv_flush_all()
cpus: Add return value for vm_stop()
migration: Fail migration on bdrv_flush_all() error
ahci: Fix FLUSH command
Stefan Hajnoczi (2):
blockdev: add sync mode to drive-backup QMP command
block: add drive_backup HMP command
block.c | 27 ++++++---
block/sheepdog.c | 2 +-
blockdev.c | 6 ++
cpus.c | 20 ++++---
hmp-commands.hx | 20 +++++++
hmp.c | 28 +++++++++
hmp.h | 1 +
hw/ide/ahci.c | 8 ++-
hw/ide/core.c | 9 +++
hw/ide/internal.h | 1 +
include/block/block.h | 5 +-
include/sysemu/sysemu.h | 4 +-
migration.c | 17 +++++-
qapi-schema.json | 7 ++-
qemu-img.c | 4 +-
qmp-commands.hx | 6 +-
stubs/vm-stop.c | 2 +-
tests/qemu-iotests/051 | 12 ++++
tests/qemu-iotests/051.out | 121 ++++++++++++++++++++++++++++-----------
tests/qemu-iotests/055 | 36 +++++++-----
tests/qemu-iotests/common.filter | 2 +-
21 files changed, 262 insertions(+), 76 deletions(-)