Re: [RFC PATCH v3 8/8] migration: Check migration error after loadvm

2025-02-10 Thread Peter Xu
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

[RFC PATCH v3 8/8] migration: Check migration error after loadvm

2025-02-07 Thread Fabiano Rosas
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 th