Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190719134345.23526-1-kwolf@redhat.com
Maintainers: Max Reitz <mreitz@redhat.com>, Kevin Wolf <kwolf@redhat.com>, Fam Zheng <fam@euphon.net>, Paolo Bonzini <pbonzini@redhat.com>, John Snow <jsnow@redhat.com>, Stefan Hajnoczi <stefanha@redhat.com>
include/block/block.h | 42 ++++++++----
include/block/block_int.h | 15 ++++-
block.c | 52 ++++++++++-----
block/block-backend.c | 6 +-
block/io.c | 134 +++++++++++++++++++++++++++----------
blockjob.c | 2 +-
tests/test-bdrv-drain.c | 147 ++++++++++++++++++++++++++++++++++++++++
tests/test-block-iothread.c | 40 +++++++----
vl.c | 11 +++
python/qemu/machine.py | 5 +-
tests/qemu-iotests/040 | 40 ++++++++++-
tests/qemu-iotests/040.out | 4 +-
tests/qemu-iotests/051 | 10 +--
tests/qemu-iotests/051.pc.out | 10 +--
tests/qemu-iotests/093 | 9 +--
tests/qemu-iotests/136 | 1 +
tests/qemu-iotests/186 | 20 +++---
tests/qemu-iotests/186.out | 152 +++++++++++++++++++++---------------------
tests/qemu-iotests/218 | 55 ++++++++++++++-
tests/qemu-iotests/218.out | 4 ++
tests/qemu-iotests/227 | 4 +-
tests/qemu-iotests/227.out | 4 +-
tests/qemu-iotests/238 | 2 +-
tests/qemu-iotests/240 | 8 +--
tests/qemu-iotests/255 | 2 +-
25 files changed, 576 insertions(+), 203 deletions(-)