[Qemu-block] [PATCH for-2.9 0/2] hbitmap: Add hbitmap_is_serializable()

2016-11-15 Thread Max Reitz
This series is a follow-up for "hbitmap: Fix shifts of constants by granularity". So far, adding the assertion in hbitmap_serialization_granularity() (as done by said previous patch) is enough and we know that it will always hold true since bitmaps are only serialized as part of a test for now. H

Re: [Qemu-block] [PATCH for-2.9 0/2] hbitmap: Add hbitmap_is_serializable()

2016-11-17 Thread Stefan Hajnoczi
On Tue, Nov 15, 2016 at 11:57:44PM +0100, Max Reitz wrote: > This series is a follow-up for "hbitmap: Fix shifts of constants by > granularity". > > So far, adding the assertion in hbitmap_serialization_granularity() (as > done by said previous patch) is enough and we know that it will always > ho

Re: [Qemu-block] [PATCH for-2.9 0/2] hbitmap: Add hbitmap_is_serializable()

2017-01-23 Thread Max Reitz
On 15.11.2016 23:57, Max Reitz wrote: > This series is a follow-up for "hbitmap: Fix shifts of constants by > granularity". > > So far, adding the assertion in hbitmap_serialization_granularity() (as > done by said previous patch) is enough and we know that it will always > hold true since bitmaps

Re: [Qemu-block] [PATCH for-2.9 0/2] hbitmap: Add hbitmap_is_serializable()

2017-01-23 Thread Fam Zheng
On Tue, 11/15 23:57, Max Reitz wrote: > This series is a follow-up for "hbitmap: Fix shifts of constants by > granularity". > > So far, adding the assertion in hbitmap_serialization_granularity() (as > done by said previous patch) is enough and we know that it will always > hold true since bitmaps