Re: [Qemu-devel] [PATCH v2 11/11] qmp: add command 'blockdev-backup'

2013-07-23 Thread Stefan Hajnoczi
On Fri, Jul 19, 2013 at 06:16:55PM +0800, Wenchao Xia wrote: > 于 2013-7-18 12:41, Fam Zheng 写道: > >On Wed, 07/17 06:44, Eric Blake wrote: > >>On 07/17/2013 03:42 AM, Fam Zheng wrote: > >>>Similar to drive-backup, but this command uses a device id as target > >>>instead of creating/opening an image

Re: [Qemu-devel] [PATCH v2 11/11] qmp: add command 'blockdev-backup'

2013-07-19 Thread Wenchao Xia
于 2013-7-18 12:41, Fam Zheng 写道: On Wed, 07/17 06:44, Eric Blake wrote: On 07/17/2013 03:42 AM, Fam Zheng wrote: Similar to drive-backup, but this command uses a device id as target instead of creating/opening an image file. Signed-off-by: Fam Zheng --- blockdev.c | 71 +++

Re: [Qemu-devel] [PATCH v2 11/11] qmp: add command 'blockdev-backup'

2013-07-17 Thread Fam Zheng
On Wed, 07/17 06:44, Eric Blake wrote: > On 07/17/2013 03:42 AM, Fam Zheng wrote: > > Similar to drive-backup, but this command uses a device id as target > > instead of creating/opening an image file. > > > > Signed-off-by: Fam Zheng > > --- > > blockdev.c | 71 > > ++

Re: [Qemu-devel] [PATCH v2 11/11] qmp: add command 'blockdev-backup'

2013-07-17 Thread Eric Blake
On 07/17/2013 03:42 AM, Fam Zheng wrote: > Similar to drive-backup, but this command uses a device id as target > instead of creating/opening an image file. > > Signed-off-by: Fam Zheng > --- > blockdev.c | 71 > > qapi-schema.json

[Qemu-devel] [PATCH v2 11/11] qmp: add command 'blockdev-backup'

2013-07-17 Thread Fam Zheng
Similar to drive-backup, but this command uses a device id as target instead of creating/opening an image file. Signed-off-by: Fam Zheng --- blockdev.c | 71 qapi-schema.json | 49 ++ qmp-commands.