Re: [libvirt] [PATCH 04/25] qemu: blockjob: Separate and unify block job (un)registration

2019-07-15 Thread Ján Tomko
On Fri, Jul 12, 2019 at 06:05:45PM +0200, Peter Krempa wrote: Rename and move qemuBlockJobTerminate to qemuBlockJobUnregister and separate bits from qemuBlockJobDiskNew which register the job with the disk. This creates an unified interface for other APIs to use. Signed-off-by: Peter Krempa ---

[libvirt] [PATCH 04/25] qemu: blockjob: Separate and unify block job (un)registration

2019-07-12 Thread Peter Krempa
Rename and move qemuBlockJobTerminate to qemuBlockJobUnregister and separate bits from qemuBlockJobDiskNew which register the job with the disk. This creates an unified interface for other APIs to use. Signed-off-by: Peter Krempa --- src/qemu/qemu_blockjob.c | 62