mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
migration: Move migrate_use_block_incremental() to option.c
To be consistent with every other parameter, rename to migrate_block_incremental(). Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
This commit is contained in:
parent
5390adec03
commit
6f8be7080a
5 changed files with 12 additions and 12 deletions
|
@ -451,7 +451,6 @@ bool migrate_postcopy(void);
|
|||
|
||||
int migrate_use_tls(void);
|
||||
|
||||
bool migrate_use_block_incremental(void);
|
||||
int migrate_max_cpu_throttle(void);
|
||||
|
||||
uint64_t ram_get_total_transferred_pages(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue