[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 2/9] hbitmap: add hbitmap_copy
From: |
Eric Blake |
Subject: |
Re: [Qemu-devel] [PATCH 2/9] hbitmap: add hbitmap_copy |
Date: |
Thu, 04 Jun 2015 20:37:39 -0600 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 |
On 06/04/2015 06:20 PM, John Snow wrote:
> It would be nice to have the flexibility to decide that
> we would like multiple backup chains (perhaps of differing
> frequency, or stored at different sites -- who knows.)
>
> If the user didn't have the foresight to add all the requisite
> bitmaps before the drive was engaged, the copy function will
> allow them to later differentiate an incremental backup chain
> into two or more chains at will.
>
> hbitmap_copy here is just the primitive to make copies of the
> implementation bitmap.
>
> Signed-off-by: John Snow <address@hidden>
> ---
> include/qemu/hbitmap.h | 9 +++++++++
> util/hbitmap.c | 17 +++++++++++++++++
> 2 files changed, 26 insertions(+)
>
Reviewed-by: Eric Blake <address@hidden>
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
- [Qemu-devel] [PATCH 0/9] block: add differential backup support, John Snow, 2015/06/04
- [Qemu-devel] [PATCH 2/9] hbitmap: add hbitmap_copy, John Snow, 2015/06/04
- Re: [Qemu-devel] [PATCH 2/9] hbitmap: add hbitmap_copy,
Eric Blake <=
- [Qemu-devel] [PATCH 3/9] block: add bdrv_copy_dirty_bitmap, John Snow, 2015/06/04
- [Qemu-devel] [PATCH 1/9] qapi: Rename 'dirty-bitmap' mode to 'incremental', John Snow, 2015/06/04
- [Qemu-devel] [PATCH 4/9] qapi: add Copy data type for bitmaps, John Snow, 2015/06/04
- [Qemu-devel] [PATCH 5/9] qmp: add qmp cmd block-dirty-bitmap-copy, John Snow, 2015/06/04
- [Qemu-devel] [PATCH 6/9] qmp: add block-dirty-bitmap-copy transaction, John Snow, 2015/06/04