qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 08/18] hbitmap: add next_zero function


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH 08/18] hbitmap: add next_zero function
Date: Wed, 15 Feb 2017 17:57:27 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0


On 07/02/2017 23:55, Eric Blake wrote:
> On 02/03/2017 09:47 AM, Vladimir Sementsov-Ogievskiy wrote:
>> The function searches for next zero bit.
>> Also add interface for BdrvDirtyBitmap.
>>
>> Signed-off-by: Vladimir Sementsov-Ogievskiy <address@hidden>
>> ---
>>  block/dirty-bitmap.c         |  5 +++++
>>  include/block/dirty-bitmap.h |  2 ++
>>  include/qemu/hbitmap.h       |  8 ++++++++
>>  util/hbitmap.c               | 26 ++++++++++++++++++++++++++
>>  4 files changed, 41 insertions(+)
>>
> 
> It would be nice to enhance the testsuite to cover hbitmap_next_zero().
> 

Agreed.

Paolo

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]