mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
migration: Move migrate_use_multifd() to options.c
Once that we are there, we rename the function to migrate_multifd() to be consistent with all other capabilities. Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
This commit is contained in:
parent
b890902c9c
commit
51b07548f7
7 changed files with 25 additions and 25 deletions
|
@ -449,7 +449,6 @@ MigrationState *migrate_get_current(void);
|
|||
|
||||
bool migrate_postcopy(void);
|
||||
|
||||
bool migrate_use_multifd(void);
|
||||
int migrate_multifd_channels(void);
|
||||
MultiFDCompression migrate_multifd_compression(void);
|
||||
int migrate_multifd_zlib_level(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue