Re: [libvirt PATCH 71/80] qemu: Register qemuProcessCleanupMigrationJob after Begin phase

2022-05-12 Thread Peter Krempa
On Tue, May 10, 2022 at 17:21:32 +0200, Jiri Denemark wrote: > The callback will properly cleanup non-p2p migration job in case the > migrating domain dies between Begin and Perform while the client which > controls the migration is not cooperating (normally the API for the next > migration phase

[libvirt PATCH 71/80] qemu: Register qemuProcessCleanupMigrationJob after Begin phase

2022-05-10 Thread Jiri Denemark
The callback will properly cleanup non-p2p migration job in case the migrating domain dies between Begin and Perform while the client which controls the migration is not cooperating (normally the API for the next migration phase would handle this). The same situation can happen even after Prepare