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

2016-07-18 Thread John Snow
On 07/18/2016 10:57 AM, Max Reitz wrote: > On 15.07.2016 22:27, 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 >> Signed-off-by: John Snow >> --- >>

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

2016-07-18 Thread Max Reitz
On 15.07.2016 22:27, 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 > Signed-off-by: John Snow > --- > block/dirty-bitmap.c | 52 >

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

2016-07-15 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 |