mbox series

[0/3] migration/multifd: General cleanups

Message ID 20231012134343.23757-1-farosas@suse.de
Headers show
Series migration/multifd: General cleanups | expand

Message

Fabiano Rosas Oct. 12, 2023, 1:43 p.m. UTC
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(-)