On Fri, Feb 07, 2025 at 04:53:59PM -0300, Fabiano Rosas wrote: > We're currently only checking the QEMUFile error after > qemu_loadvm_state(). This was causing a TLS termination error from > multifd recv threads to be ignored. > > Start checking the migration error as well to avoid missing further > errors. > > Regarding compatibility concerning the TLS termination error that was > being ignored, for QEMUs <= 9.2 - if the old QEMU is being used as > migration source - the recently added migration property > multifd-tls-clean-termination needs to be set to OFF in the > *destination* machine. > > Signed-off-by: Fabiano Rosas <faro...@suse.de>
Reviewed-by: Peter Xu <pet...@redhat.com> -- Peter Xu