Re: [Qemu-devel] [PATCH 1/3] qmp: Add command 'blockdev-backup'

2014-12-02 Thread Markus Armbruster
Fam Zheng writes: > On Tue, 11/04 07:47, Markus Armbruster wrote: >> Fam Zheng writes: >> >> > On Mon, 11/03 15:32, Kevin Wolf wrote: >> >> Am 03.11.2014 um 02:46 hat Fam Zheng geschrieben: >> >> > On Fri, 10/31 10:01, Kevin Wolf wrote: >> >> > > Am 11.09.2014 um 07:05 hat Fam Zheng geschrieben

Re: [Qemu-devel] [PATCH 1/3] qmp: Add command 'blockdev-backup'

2014-11-03 Thread Fam Zheng
On Tue, 11/04 07:47, Markus Armbruster wrote: > Fam Zheng writes: > > > On Mon, 11/03 15:32, Kevin Wolf wrote: > >> Am 03.11.2014 um 02:46 hat Fam Zheng geschrieben: > >> > On Fri, 10/31 10:01, Kevin Wolf wrote: > >> > > Am 11.09.2014 um 07:05 hat Fam Zheng geschrieben: > >> > > > Similar to driv

Re: [Qemu-devel] [PATCH 1/3] qmp: Add command 'blockdev-backup'

2014-11-03 Thread Markus Armbruster
Fam Zheng writes: > On Mon, 11/03 15:32, Kevin Wolf wrote: >> Am 03.11.2014 um 02:46 hat Fam Zheng geschrieben: >> > On Fri, 10/31 10:01, Kevin Wolf wrote: >> > > Am 11.09.2014 um 07:05 hat Fam Zheng geschrieben: >> > > > Similar to drive-backup, but this command uses a device id as target >> > >

Re: [Qemu-devel] [PATCH 1/3] qmp: Add command 'blockdev-backup'

2014-11-03 Thread Fam Zheng
On Mon, 11/03 15:32, Kevin Wolf wrote: > Am 03.11.2014 um 02:46 hat Fam Zheng geschrieben: > > On Fri, 10/31 10:01, Kevin Wolf wrote: > > > Am 11.09.2014 um 07:05 hat Fam Zheng geschrieben: > > > > Similar to drive-backup, but this command uses a device id as target > > > > instead of creating/open

Re: [Qemu-devel] [PATCH 1/3] qmp: Add command 'blockdev-backup'

2014-11-03 Thread Kevin Wolf
Am 03.11.2014 um 02:46 hat Fam Zheng geschrieben: > On Fri, 10/31 10:01, Kevin Wolf wrote: > > Am 11.09.2014 um 07:05 hat Fam Zheng geschrieben: > > > Similar to drive-backup, but this command uses a device id as target > > > instead of creating/opening an image file. > > > > > > Also add blocker

Re: [Qemu-devel] [PATCH 1/3] qmp: Add command 'blockdev-backup'

2014-11-02 Thread Fam Zheng
On Fri, 10/31 10:01, Kevin Wolf wrote: > Am 11.09.2014 um 07:05 hat Fam Zheng geschrieben: > > Similar to drive-backup, but this command uses a device id as target > > instead of creating/opening an image file. > > > > Also add blocker on target bs, since the target is also a named device > > now.

Re: [Qemu-devel] [PATCH 1/3] qmp: Add command 'blockdev-backup'

2014-10-31 Thread Kevin Wolf
Am 11.09.2014 um 07:05 hat Fam Zheng geschrieben: > Similar to drive-backup, but this command uses a device id as target > instead of creating/opening an image file. > > Also add blocker on target bs, since the target is also a named device > now. > > Add check and report error for bs == target w

Re: [Qemu-devel] [PATCH 1/3] qmp: Add command 'blockdev-backup'

2014-10-10 Thread Markus Armbruster
Fam Zheng writes: > Similar to drive-backup, but this command uses a device id as target > instead of creating/opening an image file. > > Also add blocker on target bs, since the target is also a named device > now. > > Add check and report error for bs == target which became possible but is > an

[Qemu-devel] [PATCH 1/3] qmp: Add command 'blockdev-backup'

2014-09-10 Thread Fam Zheng
Similar to drive-backup, but this command uses a device id as target instead of creating/opening an image file. Also add blocker on target bs, since the target is also a named device now. Add check and report error for bs == target which became possible but is an illegal case with introduction of