[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/5] qcow2-bitmap: make bytes_covered_by_bitmap_cluster() pub
From: |
Eric Blake |
Subject: |
Re: [PATCH 1/5] qcow2-bitmap: make bytes_covered_by_bitmap_cluster() public |
Date: |
Tue, 16 Feb 2021 13:19:23 -0600 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0 |
On 2/16/21 10:45 AM, Vladimir Sementsov-Ogievskiy wrote:
> Rename bytes_covered_by_bitmap_cluster() to
> bdrv_dirty_bitmap_serialization_coverage() and make it public. It is
> needed as we are going to make load_bitmap_data() public in the next
> commit.
>
> Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
> ---
> include/block/dirty-bitmap.h | 2 ++
> block/dirty-bitmap.c | 13 +++++++++++++
> block/qcow2-bitmap.c | 16 ++--------------
> 3 files changed, 17 insertions(+), 14 deletions(-)
>
Reviewed-by: Eric Blake <eblake@redhat.com>
--
Eric Blake, Principal Software Engineer
Red Hat, Inc. +1-919-301-3226
Virtualization: qemu.org | libvirt.org
- [PATCH 0/5] parallels: load bitmap extension, Vladimir Sementsov-Ogievskiy, 2021/02/16
- [PATCH 4/5] iotests.py: add unarchive_sample_image() helper, Vladimir Sementsov-Ogievskiy, 2021/02/16
- [PATCH 1/5] qcow2-bitmap: make bytes_covered_by_bitmap_cluster() public, Vladimir Sementsov-Ogievskiy, 2021/02/16
- [PATCH 2/5] parallels.txt: fix bitmap L1 table description, Vladimir Sementsov-Ogievskiy, 2021/02/16
- [PATCH 3/5] parallels: support bitmap extension for read-only mode, Vladimir Sementsov-Ogievskiy, 2021/02/16
- [PATCH 5/5] iotests: add parallels-read-bitmap test, Vladimir Sementsov-Ogievskiy, 2021/02/16