Re: [Qemu-devel] [PATCH v2 15/16] block/mirror: Add copy mode QAPI interface

2018-02-28 Thread Max Reitz
On 2018-02-27 10:38, Fam Zheng wrote: > On Mon, 01/22 23:08, Max Reitz wrote: >> This patch allows the user to specify whether to use active or only >> passive mode for mirror block jobs. Currently, this setting will remain > > I think you want s/passive/background/ in the whole patch. Errr, yes

Re: [Qemu-devel] [PATCH v2 15/16] block/mirror: Add copy mode QAPI interface

2018-02-27 Thread Fam Zheng
On Mon, 01/22 23:08, Max Reitz wrote: > This patch allows the user to specify whether to use active or only > passive mode for mirror block jobs. Currently, this setting will remain I think you want s/passive/background/ in the whole patch. > constant for the duration of the entire block job. >

[Qemu-devel] [PATCH v2 15/16] block/mirror: Add copy mode QAPI interface

2018-01-22 Thread Max Reitz
This patch allows the user to specify whether to use active or only passive mode for mirror block jobs. Currently, this setting will remain constant for the duration of the entire block job. Signed-off-by: Max Reitz --- qapi/block-core.json | 11 +-- include/block/block_int.h | 4