[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-block] [PATCH for-2.9 0/2] hbitmap: Add hbitmap_is_serializabl
From: |
Max Reitz |
Subject: |
Re: [Qemu-block] [PATCH for-2.9 0/2] hbitmap: Add hbitmap_is_serializable() |
Date: |
Mon, 23 Jan 2017 19:49:03 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 |
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 are only serialized as part of a test for now.
>
> However, in the future we need some other way than a failed assertion to
> tell the user that they cannot serialize a certain bitmap. This series
> adds a function that can be called to tell whether a bitmap can be
> (de-)serialized.
>
>
> Max Reitz (2):
> hbitmap: Add hbitmap_is_serializable()
> test-hbitmap: Add hbitmap_is_serializable() calls
>
> include/qemu/hbitmap.h | 13 +++++++++++++
> tests/test-hbitmap.c | 11 +++++++++++
> util/hbitmap.c | 22 +++++++++++++++++++---
> 3 files changed, 43 insertions(+), 3 deletions(-)
pingedy-ping
signature.asc
Description: OpenPGP digital signature
- Re: [Qemu-block] [PATCH for-2.9 0/2] hbitmap: Add hbitmap_is_serializable(),
Max Reitz <=