Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200225005641.5478-1-jsnow@redhat.com
Maintainers: John Snow <jsnow@redhat.com>, Kevin Wolf <kwolf@redhat.com>, Markus Armbruster <armbru@redhat.com>, Eduardo Habkost <ehabkost@redhat.com>, Eric Blake <eblake@redhat.com>, Cleber Rosa <crosa@redhat.com>, Max Reitz <mreitz@redhat.com>
qapi/block-core.json | 66 +
qapi/job.json | 2 +-
qapi/transaction.json | 2 +
include/block/block_int.h | 21 +
block/bitmap-alloc.c | 207 ++
blockdev.c | 78 +
blockjob.c | 3 +-
block/Makefile.objs | 1 +
python/qemu/machine.py | 10 +-
tests/qemu-iotests/040 | 12 +-
tests/qemu-iotests/257 | 110 +-
tests/qemu-iotests/260 | 5 +-
tests/qemu-iotests/287 | 233 ++
tests/qemu-iotests/287.out | 4544 +++++++++++++++++++++++++++++++++
tests/qemu-iotests/bitmaps.py | 131 +
tests/qemu-iotests/group | 1 +
tests/qemu-iotests/iotests.py | 34 +-
17 files changed, 5321 insertions(+), 139 deletions(-)
create mode 100644 block/bitmap-alloc.c
create mode 100755 tests/qemu-iotests/287
create mode 100644 tests/qemu-iotests/287.out
create mode 100644 tests/qemu-iotests/bitmaps.py