Re: [PATCH 09/43] migration: Move migrate_use_zero_copy_send() to options.c

2023-04-20 Thread Vladimir Sementsov-Ogievskiy
On 02.03.23 19:33, Juan Quintela wrote: Once that we are there, we rename the function to migrate_zero_copy_send() to be consistent with all other capabilities. We can remove the CONFIG_LINUX guard. We already check that we can't setup this capability in migrate_caps_check(). Signed-off-by: Ju

[PATCH 09/43] migration: Move migrate_use_zero_copy_send() to options.c

2023-03-02 Thread Juan Quintela
Once that we are there, we rename the function to migrate_zero_copy_send() to be consistent with all other capabilities. We can remove the CONFIG_LINUX guard. We already check that we can't setup this capability in migrate_caps_check(). Signed-off-by: Juan Quintela --- migration/migration.h |