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

2016-07-18 Thread Fam Zheng
On Fri, 07/15 14:10, Max Reitz wrote: > > I just remembered that it's very much justified now, as you have only > recently adopted this series. > > It's just always funny to get a “What are you talking about?” reply to > some nagging I sent out long enough in the past that I can't even > remember

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

2016-07-15 Thread John Snow
On 07/15/2016 08:04 AM, Max Reitz wrote: > On 14.07.2016 22:00, John Snow wrote: >> On 06/22/2016 11:53 AM, Max Reitz wrote: >>> On 03.06.2016 06:32, Fam Zheng wrote: The added group of operations enables tracking of the changed bits in the dirty bitmap. Signed-off-by: Fam Zhe

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

2016-07-15 Thread Max Reitz
On 15.07.2016 14:04, Max Reitz wrote: > On 14.07.2016 22:00, John Snow wrote: >> On 06/22/2016 11:53 AM, Max Reitz wrote: >>> On 03.06.2016 06:32, Fam Zheng wrote: The added group of operations enables tracking of the changed bits in the dirty bitmap. Signed-off-by: Fam Zheng >

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

2016-07-15 Thread Max Reitz
On 14.07.2016 22:00, John Snow wrote: > On 06/22/2016 11:53 AM, Max Reitz wrote: >> On 03.06.2016 06:32, 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 v5 04/10] block: Support meta dirty bitmap

2016-07-14 Thread John Snow
On 06/22/2016 11:53 AM, Max Reitz wrote: > On 03.06.2016 06:32, 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 v5 04/10] block: Support meta dirty bitmap

2016-06-22 Thread Max Reitz
On 03.06.2016 06:32, 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 v5 04/10] block: Support meta dirty bitmap

2016-06-02 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