qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] migration/multifd: General cleanups
@ 2023-10-12 13:43 Fabiano Rosas
  2023-10-12 13:43 ` [PATCH 1/3] migration/multifd: Remove direct "socket" references Fabiano Rosas
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Fabiano Rosas @ 2023-10-12 13:43 UTC (permalink / raw)
  To: qemu-devel; +Cc: Juan Quintela, Peter Xu

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



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-10-16  8:51 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-12 13:43 [PATCH 0/3] migration/multifd: General cleanups Fabiano Rosas
2023-10-12 13:43 ` [PATCH 1/3] migration/multifd: Remove direct "socket" references Fabiano Rosas
2023-10-12 13:53   ` Philippe Mathieu-Daudé
2023-10-16  8:45   ` Juan Quintela
2023-10-12 13:43 ` [PATCH 2/3] migration/multifd: Unify multifd_send_thread error paths Fabiano Rosas
2023-10-16  8:48   ` Juan Quintela
2023-10-12 13:43 ` [PATCH 3/3] migration/multifd: Clarify Error usage in multifd_channel_connect Fabiano Rosas
2023-10-12 13:53   ` Philippe Mathieu-Daudé
2023-10-16  8:50   ` Juan Quintela

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).