Re: [libvirt] [PATCH 8/9] qemu: Add -blockdev support for block pull job

2019-07-29 Thread Ján Tomko
On Mon, Jul 29, 2019 at 10:40:14AM +0200, Peter Krempa wrote: On Fri, Jul 26, 2019 at 14:12:57 +0200, Ján Tomko wrote: On Wed, Jul 24, 2019 at 11:07:35PM +0200, Peter Krempa wrote: > Introduce the handler for finalizing a block pull job which will allow > to use it with blockdev. > > This patch

Re: [libvirt] [PATCH 8/9] qemu: Add -blockdev support for block pull job

2019-07-29 Thread Peter Krempa
On Fri, Jul 26, 2019 at 14:12:57 +0200, Ján Tomko wrote: > On Wed, Jul 24, 2019 at 11:07:35PM +0200, Peter Krempa wrote: > > Introduce the handler for finalizing a block pull job which will allow > > to use it with blockdev. > > > > This patch also contains some additional machinery which is

Re: [libvirt] [PATCH 8/9] qemu: Add -blockdev support for block pull job

2019-07-26 Thread Ján Tomko
On Wed, Jul 24, 2019 at 11:07:35PM +0200, Peter Krempa wrote: Introduce the handler for finalizing a block pull job which will allow to use it with blockdev. This patch also contains some additional machinery which is required to store all the relevant job data in the status XML which will also

[libvirt] [PATCH 8/9] qemu: Add -blockdev support for block pull job

2019-07-24 Thread Peter Krempa
Introduce the handler for finalizing a block pull job which will allow to use it with blockdev. This patch also contains some additional machinery which is required to store all the relevant job data in the status XML which will also be reused with other block job types. Signed-off-by: Peter