Peter Xu <pet...@redhat.com> wrote: > In multiple places, RDMA errors are handled in a strange way, where it only > sets qemu_file_set_error() but not stop the migration immediately. > > It's not obvious what will happen later if there is already an error. Make > all such failures stop migration immediately. > > Cc: Zhijian Li (Fujitsu) <lizhij...@fujitsu.com> > Cc: Markus Armbruster <arm...@redhat.com> > Cc: Juan Quintela <quint...@redhat.com> > Cc: Fabiano Rosas <faro...@suse.de> > Reported-by: Thomas Huth <th...@redhat.com> > Signed-off-by: Peter Xu <pet...@redhat.com>
Reviewed-by: Juan Quintela <quint...@redhat.com> queued.