[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v2 08/11] block/backup: add backup_is_cluster_al
From: |
Max Reitz |
Subject: |
Re: [Qemu-devel] [PATCH v2 08/11] block/backup: add backup_is_cluster_allocated |
Date: |
Tue, 16 Jul 2019 13:07:53 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.2 |
On 16.07.19 02:01, John Snow wrote:
> Modify the existing bdrv_is_unallocated_range to utilize the pnum return
> from bdrv_is_allocated; optionally returning a full number of clusters
> that share the same allocation status.
>
> This will be used to carefully toggle bits in the bitmap for sync=top
> initialization in the following commits.
>
> Signed-off-by: John Snow <address@hidden>
> ---
> block/backup.c | 62 +++++++++++++++++++++++++++++++++++---------------
> 1 file changed, 44 insertions(+), 18 deletions(-)
Reviewed-by: Max Reitz <address@hidden>
signature.asc
Description: OpenPGP digital signature
- [Qemu-devel] [PATCH v2 00/11] bitmaps: allow bitmaps to be used with full and top, John Snow, 2019/07/15
- [Qemu-devel] [PATCH v2 01/11] iotests/257: add Pattern class, John Snow, 2019/07/15
- [Qemu-devel] [PATCH v2 04/11] block/backup: hoist bitmap check into QMP interface, John Snow, 2019/07/15
- [Qemu-devel] [PATCH v2 02/11] iotests/257: add EmulatedBitmap class, John Snow, 2019/07/15
- [Qemu-devel] [PATCH v2 07/11] block/backup: centralize copy_bitmap initialization, John Snow, 2019/07/15
- [Qemu-devel] [PATCH v2 08/11] block/backup: add backup_is_cluster_allocated, John Snow, 2019/07/15
- Re: [Qemu-devel] [PATCH v2 08/11] block/backup: add backup_is_cluster_allocated,
Max Reitz <=
- [Qemu-devel] [PATCH v2 05/11] iotests/257: test API failures, John Snow, 2019/07/15
- [Qemu-devel] [PATCH v2 06/11] block/backup: improve sync=bitmap work estimates, John Snow, 2019/07/15
- [Qemu-devel] [PATCH v2 10/11] block/backup: support bitmap sync modes for non-bitmap backups, John Snow, 2019/07/15
- [Qemu-devel] [PATCH v2 09/11] block/backup: teach TOP to never copy unallocated regions, John Snow, 2019/07/15