Re: [PATCH 03/17] migration: Rename default_channel to main_channel

2024-01-25 Thread Peter Xu
On Thu, Jan 25, 2024 at 06:25:14PM +0200, Avihai Horon wrote: > migration_ioc_process_incoming() uses the term "default_channel" to > describe the main migration channel. Rename it to the more commonly used > and informative term "main_channel". > > Signed-off-by: Avihai Horon Reviewed-by: Peter

[PATCH 03/17] migration: Rename default_channel to main_channel

2024-01-25 Thread Avihai Horon
migration_ioc_process_incoming() uses the term "default_channel" to describe the main migration channel. Rename it to the more commonly used and informative term "main_channel". Signed-off-by: Avihai Horon --- migration/migration.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-)