Re: [Qemu-devel] [PATCH v4 09/15] block: Support meta dirty bitmap

2016-06-02 Thread Fam Zheng
On Fri, 03/11 16:17, Max Reitz wrote: > On 08.03.2016 05:45, Fam Zheng wrote: > > The added group of operations enables tracking of the changed bits in > > the dirty bitmap. > > > > Signed-off-by: Fam Zheng > > --- > > block/dirty-bitmap.c | 52 > > ++

Re: [Qemu-devel] [PATCH v4 09/15] block: Support meta dirty bitmap

2016-03-11 Thread Max Reitz
On 08.03.2016 05:45, Fam Zheng wrote: > The added group of operations enables tracking of the changed bits in > the dirty bitmap. > > Signed-off-by: Fam Zheng > --- > block/dirty-bitmap.c | 52 > > include/block/dirty-bitmap.h | 9 >

[Qemu-devel] [PATCH v4 09/15] block: Support meta dirty bitmap

2016-03-07 Thread Fam Zheng
The added group of operations enables tracking of the changed bits in the dirty bitmap. Signed-off-by: Fam Zheng --- block/dirty-bitmap.c | 52 include/block/dirty-bitmap.h | 9 2 files changed, 61 insertions(+) diff --git a/block/d