Re: [Qemu-devel] [PULL v3 18/23] block: introduce dirty_bitmap_mutex

2017-06-15 Thread Fam Zheng
On Thu, 06/08 19:56, Fam Zheng wrote: > From: Paolo Bonzini > > It protects only the list of dirty bitmaps; in the next patch we will > also protect their content. > > Reviewed-by: Stefan Hajnoczi > Signed-off-by: Paolo Bonzini > Message-Id: <20170605123908.18777-15-pbonz...@redhat.com> > Sign

[Qemu-devel] [PULL v3 18/23] block: introduce dirty_bitmap_mutex

2017-06-08 Thread Fam Zheng
From: Paolo Bonzini It protects only the list of dirty bitmaps; in the next patch we will also protect their content. Reviewed-by: Stefan Hajnoczi Signed-off-by: Paolo Bonzini Message-Id: <20170605123908.18777-15-pbonz...@redhat.com> Signed-off-by: Fam Zheng --- block/dirty-bitmap.c | 4