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

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

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

[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

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