Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190312173025.3843-1-kwolf@redhat.com
Maintainers: Thomas Huth <thuth@redhat.com>, Xie Changlong <xiechanglong.d@gmail.com>, Laurent Vivier <lvivier@redhat.com>, Max Reitz <mreitz@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Eric Blake <eblake@redhat.com>, Keith Busch <keith.busch@intel.com>, Wen Congyang <wencongyang2@huawei.com>, Kevin Wolf <kwolf@redhat.com>, John Snow <jsnow@redhat.com>, Markus Armbruster <armbru@redhat.com>, Stefan Hajnoczi <stefanha@redhat.com>
qapi/block-core.json | 66 ++-
configure | 42 ++
include/block/block.h | 13 +-
include/block/block_int.h | 14 +
block.c | 440 +++++++++++++++++--
block/commit.c | 16 +
block/file-posix.c | 254 ++++++++---
block/gluster.c | 10 +-
block/mirror.c | 8 +
block/qapi.c | 12 +-
block/qcow2.c | 25 ++
block/raw-format.c | 3 +
block/replication.c | 7 +-
block/stream.c | 21 +
blockdev.c | 61 ++-
hw/block/nvme.c | 6 +-
qemu-io-cmds.c | 4 +-
tests/virtio-blk-test.c | 2 +-
tests/qemu-iotests/051 | 7 +
tests/qemu-iotests/051.out | 9 +
tests/qemu-iotests/051.pc.out | 9 +
tests/qemu-iotests/232 | 31 ++
tests/qemu-iotests/232.out | 32 +-
tests/qemu-iotests/245 | 991 ++++++++++++++++++++++++++++++++++++++++++
tests/qemu-iotests/245.out | 5 +
tests/qemu-iotests/group | 1 +
26 files changed, 1929 insertions(+), 160 deletions(-)
create mode 100644 tests/qemu-iotests/245
create mode 100644 tests/qemu-iotests/245.out