Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210216164527.37745-1-vsementsov@virtuozzo.com
Maintainers: Stefan Hajnoczi <stefanha@redhat.com>, Eric Blake <eblake@redhat.com>, Max Reitz <mreitz@redhat.com>, John Snow <jsnow@redhat.com>, Kevin Wolf <kwolf@redhat.com>, Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>, "Denis V. Lunev" <den@openvz.org>
docs/interop/parallels.txt | 15 +-
block/parallels.h | 6 +-
include/block/dirty-bitmap.h | 2 +
block/dirty-bitmap.c | 13 +
block/parallels-ext.c | 286 ++++++++++++++++++
block/parallels.c | 18 ++
block/qcow2-bitmap.c | 16 +-
block/meson.build | 3 +-
tests/qemu-iotests/iotests.py | 10 +
.../sample_images/parallels-with-bitmap.bz2 | Bin 0 -> 203 bytes
.../sample_images/parallels-with-bitmap.sh | 33 ++
.../qemu-iotests/tests/parallels-read-bitmap | 57 ++++
.../tests/parallels-read-bitmap.out | 6 +
13 files changed, 443 insertions(+), 22 deletions(-)
create mode 100644 block/parallels-ext.c
create mode 100644 tests/qemu-iotests/sample_images/parallels-with-bitmap.bz2
create mode 100755 tests/qemu-iotests/sample_images/parallels-with-bitmap.sh
create mode 100755 tests/qemu-iotests/tests/parallels-read-bitmap
create mode 100644 tests/qemu-iotests/tests/parallels-read-bitmap.out