[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 03/12] dirty-bitmap: Drop unused functions
From: |
Eric Blake |
Subject: |
Re: [Qemu-devel] [PATCH 03/12] dirty-bitmap: Drop unused functions |
Date: |
Wed, 12 Apr 2017 18:36:54 -0500 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 |
On 04/12/2017 05:47 PM, John Snow wrote:
>
>
> On 04/12/2017 01:49 PM, Eric Blake wrote:
>> We had several functions that no one was using, and which used
>> sector-based interfaces. I'm trying to convert towards byte-based
>> interfaces, so it's easier to just drop the unused functions:
>>
>> bdrv_dirty_bitmap_size
>> bdrv_dirty_bitmap_get_meta
>> bdrv_dirty_bitmap_reset_meta
>> bdrv_dirty_bitmap_meta_granularity
>>
>> Signed-off-by: Eric Blake <address@hidden>
>> ---
>> include/block/dirty-bitmap.h | 8 --------
>> block/dirty-bitmap.c | 34 ----------------------------------
>> 2 files changed, 42 deletions(-)
>>
>
> I think it's likely Vladimir is or at least was relying on some of these
> for his migration and persistence series.
>
> Might be nice to let him chime in to see how much of a hassle this is.
Then let's add him in cc ;)
I'm okay if these functions stay because they have a user, but it would
also be nice if they were properly byte-based (like everything else in
dirty-bitmap at the end of my series). So even if we remove them here,
we can revert the removal, and re-add them but with a sane interface.
--
Eric Blake, Principal Software Engineer
Red Hat, Inc. +1-919-301-3266
Virtualization: qemu.org | libvirt.org
signature.asc
Description: OpenPGP digital signature
[Qemu-devel] [PATCH 04/12] dirty-bitmap: Track size in bytes, Eric Blake, 2017/04/12
[Qemu-devel] [PATCH 06/12] dirty-bitmap: Change bdrv_dirty_iter_next() to report byte offset, Eric Blake, 2017/04/12
[Qemu-devel] [PATCH 05/12] dirty-bitmap: Set iterator start by offset, not sector, Eric Blake, 2017/04/12
[Qemu-devel] [PATCH 08/12] dirty-bitmap: Change bdrv_get_dirty() to take bytes, Eric Blake, 2017/04/12