Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20171026131741.5059-1-kwolf@redhat.com
include/block/block.h | 29 ++-
include/block/block_int.h | 11 +-
block.c | 3 +-
block/blkdebug.c | 13 +-
block/io.c | 334 ++++++++++++++++-----------
block/mirror.c | 26 +--
block/qcow2-cluster.c | 2 +-
block/qcow2.c | 116 ++++++----
qemu-img.c | 381 ++++++++++++++-----------------
qemu-io-cmds.c | 13 --
block/trace-events | 2 +-
qemu-img.texi | 9 +-
tests/qemu-iotests/067 | 2 +-
tests/qemu-iotests/074.out | 2 -
tests/qemu-iotests/087 | 2 +-
tests/qemu-iotests/125 | 7 +-
tests/qemu-iotests/125.out | 480 +++++++++++++++++++++++++++++++++++----
tests/qemu-iotests/127 | 97 ++++++++
tests/qemu-iotests/127.out | 14 ++
tests/qemu-iotests/177 | 12 +-
tests/qemu-iotests/177.out | 19 +-
tests/qemu-iotests/184 | 3 +-
tests/qemu-iotests/184.out | 6 +-
tests/qemu-iotests/191 | 7 +-
tests/qemu-iotests/191.out | 48 ++--
tests/qemu-iotests/common.filter | 6 +
tests/qemu-iotests/group | 1 +
27 files changed, 1102 insertions(+), 543 deletions(-)
create mode 100755 tests/qemu-iotests/127
create mode 100644 tests/qemu-iotests/127.out