Re: [PATCH v3] migration: Stop migration immediately in RDMA error paths

2023-10-24 Thread Markus Armbruster
Peter Xu writes: > 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. > > C

Re: [PATCH v3] migration: Stop migration immediately in RDMA error paths

2023-10-24 Thread Fabiano Rosas
Peter Xu writes: > 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. > > C

Re: [PATCH v3] migration: Stop migration immediately in RDMA error paths

2023-10-24 Thread Juan Quintela
Peter Xu 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:

[PATCH v3] migration: Stop migration immediately in RDMA error paths

2023-10-24 Thread Peter Xu
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) Cc: Ma