Re: [Qemu-devel] [PATCH v1] add new function to copy dirty-bitmap

2019-01-30 Thread John Snow
On 1/2/19 5:01 AM, mahaocong wrote: > From: mahaocong > > This patch adds new function to copy the hbitmap from an exist dirty-bitmap to > another. The destination bitmap should have the same size and granularity with > the source bitmap, or the copy will fail. > > Signed-off-by: mahaocong

Re: [Qemu-devel] [PATCH v1] add new function to copy dirty-bitmap

2019-01-03 Thread Eric Blake
On 1/2/19 4:01 AM, mahaocong wrote: > From: mahaocong > > This patch adds new function to copy the hbitmap from an exist dirty-bitmap to > another. The destination bitmap should have the same size and granularity with > the source bitmap, or the copy will fail. Is there a client in mind for this

[Qemu-devel] [PATCH v1] add new function to copy dirty-bitmap

2019-01-02 Thread mahaocong
From: mahaocong This patch adds new function to copy the hbitmap from an exist dirty-bitmap to another. The destination bitmap should have the same size and granularity with the source bitmap, or the copy will fail. Signed-off-by: mahaocong --- block/dirty-bitmap.c | 14 ++