Re: [Qemu-block] [PATCH v8 04/10] block: Support meta dirty bitmap

2016-08-03 Thread Max Reitz
On 02.08.2016 02:12, John Snow wrote: > From: Fam Zheng > > The added group of operations enables tracking of the changed bits in > the dirty bitmap. > > Signed-off-by: Fam Zheng > Reviewed-by: Max Reitz Indeed. :-) Max > Signed-off-by: John Snow > --- > block/dirty-bitmap.c | 52

[Qemu-block] [PATCH v8 04/10] block: Support meta dirty bitmap

2016-08-01 Thread John Snow
From: Fam Zheng The added group of operations enables tracking of the changed bits in the dirty bitmap. Signed-off-by: Fam Zheng Reviewed-by: Max Reitz Signed-off-by: John Snow --- block/dirty-bitmap.c | 52 include/block/dirty-bitmap.h |