commit | b4bc342c766640e0cb8a0b72f71e0ee5545fb790 | [log] [tgz] |
---|---|---|
author | Juan Quintela <quintela@redhat.com> | Wed Mar 01 22:17:14 2023 +0100 |
committer | Juan Quintela <quintela@redhat.com> | Mon Apr 24 15:01:46 2023 +0200 |
tree | edee1d8f3cba46a6e03c26b1a051174d1c30076b | |
parent | 51b07548f7c31793adc178c7460c5f4369733c61 [diff] |
migration: Move migrate_use_zero_copy_send() to options.c 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 <quintela@redhat.com> Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>