Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180705102604.4986-1-kwolf@redhat.com
qapi/block-core.json | 38 ++-
block/qcow2.h | 3 +
include/block/block.h | 7 +
block.c | 12 +-
block/blklogwrites.c | 547 ++++++++++++++++++++++++++++++++++++++++++
block/crypto.c | 2 +-
block/file-posix.c | 21 +-
block/qcow2.c | 138 ++++++++---
qemu-img.c | 5 -
MAINTAINERS | 6 +
block/Makefile.objs | 1 +
tests/qemu-iotests/051 | 15 ++
tests/qemu-iotests/051.out | 23 ++
tests/qemu-iotests/051.pc.out | 23 ++
14 files changed, 791 insertions(+), 50 deletions(-)
create mode 100644 block/blklogwrites.c