Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190312202337.5278-1-jsnow@redhat.com
Maintainers: "Dr. David Alan Gilbert" <dgilbert@redhat.com>, Kevin Wolf <kwolf@redhat.com>, Stefan Hajnoczi <stefanha@redhat.com>, Eric Blake <eblake@redhat.com>, Markus Armbruster <armbru@redhat.com>, John Snow <jsnow@redhat.com>, Max Reitz <mreitz@redhat.com>, Fam Zheng <fam@euphon.net>, Juan Quintela <quintela@redhat.com>
docs/interop/qcow2.txt | 9 +-
qemu-deprecated.texi | 6 +
qapi/block-core.json | 28 +++-
block/qcow2.h | 1 +
include/block/dirty-bitmap.h | 24 ++-
block/dirty-bitmap.c | 174 ++++++++++++-------
block/qcow2-bitmap.c | 174 +++++++++++++------
block/qcow2.c | 4 +-
blockdev.c | 55 ++----
migration/block-dirty-bitmap.c | 23 +--
nbd/server.c | 13 +-
tests/qemu-iotests/124 | 113 +++++++++++++
tests/qemu-iotests/124.out | 4 +-
tests/qemu-iotests/236.out | 28 ++++
tests/qemu-iotests/246 | 114 +++++++++++++
tests/qemu-iotests/246.out | 295 +++++++++++++++++++++++++++++++++
tests/qemu-iotests/group | 1 +
17 files changed, 871 insertions(+), 195 deletions(-)
create mode 100755 tests/qemu-iotests/246
create mode 100644 tests/qemu-iotests/246.out