The following changes since commit 5c5432e7d630592ddcc1876ac8a1505f8f14ef15:
Merge remote-tracking branch 'luiz/queue/qmp' into staging (2013-11-13
11:49:27 -0800)
are available in the git repository at:
git://repo.or.cz/qemu/kevin.git tags/for-anthony
for you to fetch changes up to 06d22aa36706a3d6051b74c8a183ab554a0cb808:
block: Fail if requested driver is not available (2013-11-15 13:37:48 +0100)
----------------------------------------------------------------
Block fixes for 1.7.0
----------------------------------------------------------------
Amos Kong (1):
qmp: access the local QemuOptsLists for drive option
Fam Zheng (2):
block: Print its file name if backing file opening failed
qemu-img: Fix overwriting 'ret' before using
Kevin Wolf (2):
qemu-iotests: Test qcow2 count_contiguous_clusters()
block: Fail if requested driver is not available
Max Reitz (3):
qapi-schema: Update description for NewImageMode
block/drive-mirror: Check for NULL backing_hd
qemu-iotests: Extend 041 for unbacked mirroring
Peter Lieven (1):
qcow2: fix possible corruption when reading multiple clusters
Stefan Hajnoczi (2):
MAINTAINERS: add block tree repo URLs
MAINTAINERS: add block driver sub-maintainers
MAINTAINERS | 42 ++++++++++++
block.c | 9 ++-
block/qcow2-cluster.c | 2 +-
block/raw-posix.c | 1 -
block/raw-win32.c | 1 -
blockdev.c | 5 +-
include/qemu/config-file.h | 1 +
include/sysemu/sysemu.h | 2 +
qapi-schema.json | 3 +-
qemu-img.c | 6 +-
tests/qemu-iotests/041 | 25 +++++++
tests/qemu-iotests/041.out | 4 +-
tests/qemu-iotests/048 | 34 ++++++++++
tests/qemu-iotests/048.out | 27 +++++++-
tests/qemu-iotests/051 | 7 ++
tests/qemu-iotests/051.out | 11 ++-
tests/qemu-iotests/069.out | 2 +-
tests/qemu-iotests/073 | 166 +++++++++++++++++++++++++++++++++++++++++++++
tests/qemu-iotests/073.out | 118 ++++++++++++++++++++++++++++++++
tests/qemu-iotests/group | 1 +
util/qemu-config.c | 77 ++++++++++++++++++++-
vl.c | 3 +
22 files changed, 531 insertions(+), 16 deletions(-)
create mode 100755 tests/qemu-iotests/073
create mode 100644 tests/qemu-iotests/073.out