Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180710154304.18304-1-kwolf@redhat.com
qapi/block-core.json | 2 +
include/block/block.h | 41 +++++-
include/block/block_int.h | 21 ++-
include/hw/block/block.h | 1 +
include/sysemu/block-backend.h | 3 +-
include/sysemu/blockdev.h | 3 +
block.c | 2 +-
block/backup.c | 20 ++-
block/blkdebug.c | 2 +-
block/blklogwrites.c | 7 +-
block/blkreplay.c | 2 +-
block/block-backend.c | 8 +-
block/copy-on-read.c | 2 +-
block/file-posix.c | 25 ++--
block/file-win32.c | 2 +-
block/io.c | 318 ++++++++++++++++++++++++++++-------------
block/iscsi.c | 12 +-
block/mirror.c | 2 +-
block/qcow2-refcount.c | 2 +-
block/qcow2.c | 20 +--
block/raw-format.c | 26 ++--
block/throttle.c | 2 +-
blockdev.c | 110 ++++++++++++++
device-hotplug.c | 4 +
hw/block/block.c | 27 ++++
hw/block/nvme.c | 1 +
hw/block/virtio-blk.c | 1 +
hw/ide/qdev.c | 1 +
hw/scsi/scsi-disk.c | 1 +
hw/usb/dev-storage.c | 1 +
qemu-img.c | 2 +-
tests/ahci-test.c | 6 +-
tests/hd-geo-test.c | 37 ++++-
tests/ide-test.c | 8 +-
tests/test-bdrv-drain.c | 43 ++++++
block/trace-events | 10 +-
hmp-commands.hx | 1 +
qemu-doc.texi | 15 ++
qemu-options.hx | 14 +-
tests/qemu-iotests/197 | 9 ++
tests/qemu-iotests/197.out | 8 ++
tests/qemu-iotests/222 | 2 +
42 files changed, 647 insertions(+), 177 deletions(-)