Hi, Just a small series with some cleanups.
First patch is related to fixed ram work. If we're going to add other transports to multifd such as the "file", we need to stop using "socket" in the code. Second patch is a consolidation of error paths that I think will make the code more robust. Third patch is a refactoring to improve Error handling. We're currently doing some gymnastics that are not necessary. Thanks! Fabiano Rosas (3): migration/multifd: Remove direct "socket" references migration/multifd: Unify multifd_send_thread error paths migration/multifd: Clarify Error usage in multifd_channel_connect migration/multifd.c | 92 +++++++++++++++++++++--------------------- migration/trace-events | 3 +- 2 files changed, 48 insertions(+), 47 deletions(-) -- 2.35.3