Re: [libvirt PATCH 36/80] qemu: Handle migration job in qemuMigrationDstFinish

2022-05-11 Thread Peter Krempa
On Tue, May 10, 2022 at 17:20:57 +0200, Jiri Denemark wrote: > The function which started a migration phase should also finish it by > calling qemuMigrationJobFinish/qemuMigrationJobContinue so that the code > is easier to follow. [1] > > Signed-off-by: Jiri Denemark > --- >

[libvirt PATCH 36/80] qemu: Handle migration job in qemuMigrationDstFinish

2022-05-10 Thread Jiri Denemark
The function which started a migration phase should also finish it by calling qemuMigrationJobFinish/qemuMigrationJobContinue so that the code is easier to follow. Signed-off-by: Jiri Denemark --- src/qemu/qemu_migration.c | 30 +++--- 1 file changed, 15 insertions(+),