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 would handle this). > > The same situation can happen even after Prepare and Perform phases, but > they both already register a suitable callback, so no fix is needed > there. > > Signed-off-by: Jiri Denemark <jdenemar@xxxxxxxxxx> > --- > src/qemu/qemu_migration.c | 1 + > 1 file changed, 1 insertion(+) Reviewed-by: Peter Krempa <pkrempa@xxxxxxxxxx>