
12 May
2022
12 May
'22
2:27 p.m.
On Tue, May 10, 2022 at 17:21:20 +0200, Jiri Denemark wrote:
Signed-off-by: Jiri Denemark <jdenemar@redhat.com> --- src/qemu/qemu_migration.c | 49 +++++++++++++++++++++++++-------------- 1 file changed, 32 insertions(+), 17 deletions(-)
[...]
if (qemuMigrationJobStartPhase(vm, phase) < 0) goto cleanup;
virCloseCallbacksUnset(driver->closeCallbacks, vm, qemuMigrationSrcCleanup); + qemuDomainCleanupRemove(vm, qemuProcessCleanupMigrationJob);
This looks out of place in context of this commit. Reviewed-by: Peter Krempa <pkrempa@redhat.com>