The following changes since commit 6e76d125f244e10676b917208f2a074729820246:
Update version for v2.2.0-rc0 release (2014-11-05 15:21:04 +0000) are available in the git repository at: git://repo.or.cz/qemu/kevin.git tags/for-upstream for you to fetch changes up to ea3beed41d2eeb33a09f1b538d1caea787a043b6: Merge remote-tracking branch 'mreitz/block' into queue-block (2014-11-10 10:41:34 +0100) ---------------------------------------------------------------- Block patches ---------------------------------------------------------------- Kevin Wolf (1): Merge remote-tracking branch 'mreitz/block' into queue-block Max Reitz (5): qemu-img: Omit error_report() after img_open() block: Propagate error in bdrv_img_create() iotests: Add test for non-existing backing file qapi: Complete BlkdebugEvent block/vdi: Limit maximum size even futher block.c | 5 ----- block/vdi.c | 14 ++++++++++-- qapi/block-core.json | 4 +++- qemu-img.c | 4 ---- tests/qemu-iotests/084 | 14 ++++++------ tests/qemu-iotests/084.out | 13 +++++++----- tests/qemu-iotests/111 | 53 ++++++++++++++++++++++++++++++++++++++++++++++ tests/qemu-iotests/111.out | 3 +++ tests/qemu-iotests/group | 1 + 9 files changed, 87 insertions(+), 24 deletions(-) create mode 100755 tests/qemu-iotests/111 create mode 100644 tests/qemu-iotests/111.out