Re: [Qemu-devel] [PATCH v2 0/1] drive-mirror: add incremental mode

2019-01-02 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190102100415.24680-1-mahaocong_w...@163.com/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN

Re: [Qemu-devel] [PATCH v2 0/1] drive-mirror: add incremental mode

2019-01-02 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190102100415.24680-1-mahaocong_w...@163.com/ Hi, This series failed the docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN

Re: [Qemu-devel] [PATCH v2 0/1] drive-mirror: add incremental mode

2019-01-02 Thread Eric Blake
On 1/2/19 4:04 AM, mahaocong wrote: > From: mahaocong > > This patch adds possibility to start mirroring with user-created-bitmap. > Compare with v1, this patch fix some shortcomings. > 1.separate feature about copy dirty-bitmap to an individual patch. > 2.remove checking for cancelled after mirr

[Qemu-devel] [PATCH v2 0/1] drive-mirror: add incremental mode

2019-01-02 Thread mahaocong
From: mahaocong This patch adds possibility to start mirroring with user-created-bitmap. Compare with v1, this patch fix some shortcomings. 1.separate feature about copy dirty-bitmap to an individual patch. 2.remove checking for cancelled after mirror_dirty_init_incremental for bitmap copyimg d