Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180730150958.14607-1-kwolf@redhat.com
qapi/block-core.json | 14 +++-
include/block/block.h | 11 +--
block/file-posix.c | 62 ++++++++++----
block/qapi.c | 16 +++-
block/qcow.c | 1 +
block/qcow2.c | 2 +-
qemu-img.c | 21 ++++-
docs/devel/testing.rst | 11 +++
qemu-img-cmds.hx | 2 +-
qemu-img.texi | 14 ++--
tests/qemu-iotests/082 | 8 ++
tests/qemu-iotests/082.out | 11 +++
tests/qemu-iotests/103.out | 4 +-
tests/qemu-iotests/137.out | 2 +-
tests/qemu-iotests/226 | 4 +-
tests/qemu-iotests/227 | 101 ++++++++++++++++++++++
tests/qemu-iotests/227.out | 205 +++++++++++++++++++++++++++++++++++++++++++++
tests/qemu-iotests/group | 1 +
18 files changed, 449 insertions(+), 41 deletions(-)
create mode 100755 tests/qemu-iotests/227
create mode 100644 tests/qemu-iotests/227.out