Re: [Qemu-devel] [PATCH v2 5/6] qmp: Add blockdev-mirror command

2015-07-21 Thread Fam Zheng
On Mon, 07/20 17:33, Max Reitz wrote: > On 25.06.2015 05:22, Fam Zheng wrote: > >This will start a mirror job from a named device to another named > >device, its relation with drive-mirror is similar with blockdev-backup > >to drive-backup. > > > >In blockdev-mirror, the target node should be prepa

Re: [Qemu-devel] [PATCH v2 5/6] qmp: Add blockdev-mirror command

2015-07-20 Thread Max Reitz
On 25.06.2015 05:22, Fam Zheng wrote: This will start a mirror job from a named device to another named device, its relation with drive-mirror is similar with blockdev-backup to drive-backup. In blockdev-mirror, the target node should be prepared by blockdev-add, which will be responsible for as

Re: [Qemu-devel] [PATCH v2 5/6] qmp: Add blockdev-mirror command

2015-07-02 Thread Markus Armbruster
Fam Zheng writes: > This will start a mirror job from a named device to another named > device, its relation with drive-mirror is similar with blockdev-backup > to drive-backup. > > In blockdev-mirror, the target node should be prepared by blockdev-add, > which will be responsible for assigning a

[Qemu-devel] [PATCH v2 5/6] qmp: Add blockdev-mirror command

2015-06-24 Thread Fam Zheng
This will start a mirror job from a named device to another named device, its relation with drive-mirror is similar with blockdev-backup to drive-backup. In blockdev-mirror, the target node should be prepared by blockdev-add, which will be responsible for assigning a name to the new node, so 'node