Peter Xu <pet...@redhat.com> wrote: > When this capability is enabled, QEMU will use the return path even for > precopy migration. This is helpful at least in one case when destination > failed to load the image while source quited without confirmation. With > return path, source will wait for the last response from destination, > and if destination fails, it'll fail the migration on source, then the > guest can be run again on the source (rather than assuming to be good, > then the guest will be lost after source quits). > > It needs to be enabled explicitly on source, otherwise disabled. > > Signed-off-by: Peter Xu <pet...@redhat.com>
Reviewed-by: Juan Quintela <quint...@redhat.com>