[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/5] parallels: load bitmap extension
From: |
Vladimir Sementsov-Ogievskiy |
Subject: |
[PATCH 0/5] parallels: load bitmap extension |
Date: |
Tue, 16 Feb 2021 19:45:22 +0300 |
Hi all!
Suddenly we need to load bitmaps from parallels image in our product.
So here is a feature.
Vladimir Sementsov-Ogievskiy (5):
qcow2-bitmap: make bytes_covered_by_bitmap_cluster() public
parallels.txt: fix bitmap L1 table description
parallels: support bitmap extension for read-only mode
iotests.py: add unarchive_sample_image() helper
iotests: add parallels-read-bitmap test
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
--
2.29.2
- [PATCH 0/5] parallels: load bitmap extension,
Vladimir Sementsov-Ogievskiy <=