Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200218140722.23876-1-kwolf@redhat.com
Maintainers: Julia Suvorova <jusual@redhat.com>, Max Reitz <mreitz@redhat.com>, Eric Blake <eblake@redhat.com>, Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>, Wen Congyang <wencongyang2@huawei.com>, Xie Changlong <xiechanglong.d@gmail.com>, Kevin Wolf <kwolf@redhat.com>, Stefan Hajnoczi <stefanha@redhat.com>, Alberto Garcia <berto@igalia.com>, John Snow <jsnow@redhat.com>, Markus Armbruster <armbru@redhat.com>, Aarushi Mehta <mehta.aaru20@gmail.com>
qapi/block-core.json | 9 +-
include/block/block.h | 5 -
include/block/block_int.h | 16 +--
block.c | 89 ++++++-------
block/blkverify.c | 20 +--
block/commit.c | 37 ++----
block/copy-on-read.c | 9 --
block/filter-compress.c | 9 --
block/io_uring.c | 2 +-
block/mirror.c | 37 ++++--
block/qcow2-bitmap.c | 1 -
block/qcow2-cluster.c | 7 +-
block/qcow2-refcount.c | 1 +
block/qcow2-threads.c | 12 +-
block/qcow2.c | 2 -
block/quorum.c | 70 +++++++++--
block/replication.c | 7 --
block/throttle.c | 8 --
block/vvfat.c | 7 --
blockdev.c | 18 +--
tests/qemu-iotests/iotests.py | 59 +++++++++
tests/qemu-iotests/040 | 283 ++++++++++++++++++++++++++++++++++++++++++
tests/qemu-iotests/040.out | 4 +-
tests/qemu-iotests/041 | 138 +++++++++++++++++---
tests/qemu-iotests/041.out | 4 +-
tests/qemu-iotests/155 | 7 +-
tests/qemu-iotests/244 | 14 +++
tests/qemu-iotests/244.out | 6 +
28 files changed, 675 insertions(+), 206 deletions(-)