Re: [Qemu-devel] [PATCH] hbitmap: fix missing restore count when finish deserialization

2018-01-31 Thread Max Reitz
On 2018-01-31 20:01, John Snow wrote: > > > On 01/31/2018 01:54 PM, Max Reitz wrote: >> On 2018-01-18 11:58, Liang Li wrote: >>> The .count of HBitmap is forgot to set in function >>> hbitmap_deserialize_finish, let's set it to the right value. >>> >>> Cc: Vladimir Sementsov-Ogievskiy >>> Cc: Fa

Re: [Qemu-devel] [PATCH] hbitmap: fix missing restore count when finish deserialization

2018-01-31 Thread John Snow
On 01/31/2018 01:54 PM, Max Reitz wrote: > On 2018-01-18 11:58, Liang Li wrote: >> The .count of HBitmap is forgot to set in function >> hbitmap_deserialize_finish, let's set it to the right value. >> >> Cc: Vladimir Sementsov-Ogievskiy >> Cc: Fam Zheng >> Cc: Max Reitz >> Cc: John Snow >> Si

Re: [Qemu-devel] [PATCH] hbitmap: fix missing restore count when finish deserialization

2018-01-31 Thread Max Reitz
On 2018-01-18 11:58, Liang Li wrote: > The .count of HBitmap is forgot to set in function > hbitmap_deserialize_finish, let's set it to the right value. > > Cc: Vladimir Sementsov-Ogievskiy > Cc: Fam Zheng > Cc: Max Reitz > Cc: John Snow > Signed-off-by: weiping zhang > Signed-off-by: Liang L

[Qemu-devel] [PATCH] hbitmap: fix missing restore count when finish deserialization

2018-01-18 Thread Liang Li
The .count of HBitmap is forgot to set in function hbitmap_deserialize_finish, let's set it to the right value. Cc: Vladimir Sementsov-Ogievskiy Cc: Fam Zheng Cc: Max Reitz Cc: John Snow Signed-off-by: weiping zhang Signed-off-by: Liang Li --- util/hbitmap.c | 1 + 1 file changed, 1 inserti

Re: [Qemu-devel] [PATCH] hbitmap: fix missing restore count when finish deserialization

2018-01-18 Thread Vladimir Sementsov-Ogievskiy
18.01.2018 13:58, Liang Li wrote: The .count of HBitmap is forgot to set in function hbitmap_deserialize_finish, let's set it to the right value. Cc: Vladimir Sementsov-Ogievskiy Cc: Fam Zheng Cc: Max Reitz Cc: John Snow Signed-off-by: weiping zhang Signed-off-by: Liang Li --- util/hbitm