Re: [libvirt PATCH 38/80] qemu: Make sure migrationPort is released even in callbacks

2022-05-11 Thread Peter Krempa
On Tue, May 10, 2022 at 17:20:59 +0200, Jiri Denemark wrote: > Normally migrationPort is released in the Finish phase, but we need to > make sure it is properly released also in case qemuMigrationDstFinish is > not called at all. Currently the only callback which is called in this > situation

[libvirt PATCH 38/80] qemu: Make sure migrationPort is released even in callbacks

2022-05-10 Thread Jiri Denemark
Normally migrationPort is released in the Finish phase, but we need to make sure it is properly released also in case qemuMigrationDstFinish is not called at all. Currently the only callback which is called in this situation qemuMigrationDstPrepareCleanup which already releases migrationPort. This