Re: [Qemu-devel] [PATCH v6 02/10] HBitmap: Introduce "meta" bitmap to track bit changes

2016-07-18 Thread Max Reitz
On 15.07.2016 22:27, John Snow wrote: > From: Fam Zheng > > Upon each bit toggle, the corresponding bit in the meta bitmap will be > set. > > Signed-off-by: Fam Zheng > [Amended text inline. --js] > > Signed-off-by: John Snow > --- > include/qemu/hbitmap.h | 21 +++ > util/hbitma

[Qemu-devel] [PATCH v6 02/10] HBitmap: Introduce "meta" bitmap to track bit changes

2016-07-15 Thread John Snow
From: Fam Zheng Upon each bit toggle, the corresponding bit in the meta bitmap will be set. Signed-off-by: Fam Zheng [Amended text inline. --js] Signed-off-by: John Snow --- include/qemu/hbitmap.h | 21 +++ util/hbitmap.c | 70 +++--