[PATCH 0/3] migration/multifd: General cleanups

Fabiano Rosas posted 3 patches 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20231012134343.23757-1-farosas@suse.de
Maintainers: Juan Quintela <quintela@redhat.com>, Peter Xu <peterx@redhat.com>, Fabiano Rosas <farosas@suse.de>, Leonardo Bras <leobras@redhat.com>
migration/multifd.c    | 92 +++++++++++++++++++++---------------------
migration/trace-events |  3 +-
2 files changed, 48 insertions(+), 47 deletions(-)
[PATCH 0/3] migration/multifd: General cleanups
Posted by Fabiano Rosas 7 months ago
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