mbox series

[00/11] migration: Misc cleanups and fixes

Message ID 20231231093016.14204-1-avihaih@nvidia.com (mailing list archive)
Headers show
Series migration: Misc cleanups and fixes | expand

Message

Avihai Horon Dec. 31, 2023, 9:30 a.m. UTC
Hi,

This series contains misc cleanups and fixes in migration code that I
noticed while going over the code.

Thanks.

Avihai Horon (11):
  migration: Remove migrate_max_downtime() declaration
  migration: Remove nulling of hostname in migrate_init()
  migration: Refactor migration_incoming_setup()
  migration: Remove errp parameter in migration_fd_process_incoming()
  migration/multifd: Fix error message in multifd_recv_initial_packet()
  migration/multifd: Simplify multifd_channel_connect() if else
    statement
  migration/multifd: Fix leaking of Error in TLS error flow
  migration/multifd: Remove error_setg() in
    migration_ioc_process_incoming()
  migration: Fix migration_channel_read_peek() error path
  migration: Remove unnecessary usage of local Error
  migration/multifd: Remove unnecessary usage of local Error

 migration/migration.h |  4 +---
 migration/channel.c   |  9 ++++++---
 migration/migration.c | 27 ++++++---------------------
 migration/multifd.c   | 27 ++++++++++++---------------
 migration/rdma.c      |  6 +-----
 5 files changed, 26 insertions(+), 47 deletions(-)

Comments

Peter Xu Jan. 4, 2024, 4:38 a.m. UTC | #1
On Sun, Dec 31, 2023 at 11:30:05AM +0200, Avihai Horon wrote:
> Hi,
> 
> This series contains misc cleanups and fixes in migration code that I
> noticed while going over the code.

queued.