Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190816231318.8650-1-jsnow@redhat.com
Maintainers: Kevin Wolf <kwolf@redhat.com>, Eric Blake <eblake@redhat.com>, John Snow <jsnow@redhat.com>, Wen Congyang <wencongyang2@huawei.com>, Fam Zheng <fam@euphon.net>, Markus Armbruster <armbru@redhat.com>, Juan Quintela <quintela@redhat.com>, Stefan Hajnoczi <stefanha@redhat.com>, "Dr. David Alan Gilbert" <dgilbert@redhat.com>, Max Reitz <mreitz@redhat.com>, Xie Changlong <xiechanglong.d@gmail.com>
block.c | 2 +-
block/backup.c | 312 +-
block/dirty-bitmap.c | 88 +-
block/mirror.c | 8 +-
block/qapi.c | 5 +
block/replication.c | 2 +-
block/trace-events | 1 +
blockdev.c | 353 ++-
include/block/block_int.h | 7 +-
include/block/dirty-bitmap.h | 6 +-
migration/block-dirty-bitmap.c | 2 +-
migration/block.c | 5 +-
nbd/server.c | 2 +-
qapi/block-core.json | 146 +-
qapi/transaction.json | 2 +
qemu-deprecated.texi | 12 +
tests/qemu-iotests/040 | 6 +-
tests/qemu-iotests/093 | 6 +-
tests/qemu-iotests/139 | 7 +-
tests/qemu-iotests/238 | 5 +-
tests/qemu-iotests/254 | 30 +-
tests/qemu-iotests/254.out | 82 +
tests/qemu-iotests/256.out | 4 +-
tests/qemu-iotests/257 | 560 ++++
tests/qemu-iotests/257.out | 5421 ++++++++++++++++++++++++++++++++
tests/qemu-iotests/group | 1 +
tests/qemu-iotests/iotests.py | 102 +-
tests/test-hbitmap.c | 22 +
util/hbitmap.c | 49 +-
29 files changed, 6843 insertions(+), 405 deletions(-)
create mode 100755 tests/qemu-iotests/257
create mode 100644 tests/qemu-iotests/257.out