Re: [libvirt] [PATCH 0/3] bitmap: Clarify and add tests for empty bitmap

2016-07-09 Thread Michal Privoznik
On 06.07.2016 14:02, Marc Hartmayer wrote: > This patch series clarifies the virBitmapLastSetBit function and adds some > tests for the empty bitmap. > > It also clarifies the documentations of virBitmapNewQuiet and virBitmapNew. > > Marc Hartmayer (3): > util: bitmap: clarify virBitmapLastSetB

[libvirt] [PATCH 0/3] bitmap: Clarify and add tests for empty bitmap

2016-07-06 Thread Marc Hartmayer
This patch series clarifies the virBitmapLastSetBit function and adds some tests for the empty bitmap. It also clarifies the documentations of virBitmapNewQuiet and virBitmapNew. Marc Hartmayer (3): util: bitmap: clarify virBitmapLastSetBit() behavior for empty bitmaps util: bitmap: Mention t