Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190819161723.7746-1-mreitz@redhat.com
Maintainers: Stefan Hajnoczi <stefanha@redhat.com>, John Snow <jsnow@redhat.com>, Kevin Wolf <kwolf@redhat.com>, Fam Zheng <fam@euphon.net>, "Richard W.M. Jones" <rjones@redhat.com>, Peter Lieven <pl@kamp.de>, Max Reitz <mreitz@redhat.com>, Eric Blake <eblake@redhat.com>, Jason Dillaman <dillaman@redhat.com>, Jeff Cody <codyprime@gmail.com>, Markus Armbruster <armbru@redhat.com>, Liu Yuan <namei.unix@gmail.com>, "Denis V. Lunev" <den@openvz.org>, Stefan Weil <sw@weilnetz.de>
qapi/block-core.json | 15 +++++---
include/block/block.h | 1 +
include/block/block_int.h | 9 +++++
block.c | 21 +++++++++++
block/crypto.c | 30 ++++++++++++++--
block/file-posix.c | 1 +
block/file-win32.c | 1 +
block/gluster.c | 4 +++
block/mirror.c | 11 ++++--
block/nfs.c | 1 +
block/parallels.c | 2 +-
block/qcow2.c | 30 +++++++++++++++-
block/qed.c | 1 +
block/raw-format.c | 6 ++++
block/rbd.c | 1 +
block/sheepdog.c | 1 +
block/ssh.c | 1 +
block/vdi.c | 16 +++++++--
block/vhdx.c | 28 +++++++++++++--
block/vmdk.c | 3 ++
block/vpc.c | 2 +-
blockdev.c | 16 +++++++--
qemu-img.c | 11 ++++--
tests/test-block-iothread.c | 2 +-
docs/qemu-block-drivers.texi | 4 +--
qemu-img.texi | 4 +--
tests/qemu-iotests/041 | 62 +++++++++++++++++++++++++++++---
tests/qemu-iotests/041.out | 4 +--
tests/qemu-iotests/122 | 17 +++++++++
tests/qemu-iotests/122.out | 8 +++++
tests/qemu-iotests/141 | 9 +++--
tests/qemu-iotests/141.out | 5 ---
tests/qemu-iotests/188 | 20 ++++++++++-
tests/qemu-iotests/188.out | 4 +++
tests/qemu-iotests/common.filter | 5 +++
35 files changed, 313 insertions(+), 43 deletions(-)