mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
migration: Create migrate_max_cpu_throttle()
Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Fabiano Rosas <farosas@suse.de>
This commit is contained in:
parent
f94a858fa3
commit
24155bd052
4 changed files with 11 additions and 3 deletions
|
@ -451,8 +451,6 @@ bool migrate_postcopy(void);
|
|||
|
||||
int migrate_use_tls(void);
|
||||
|
||||
int migrate_max_cpu_throttle(void);
|
||||
|
||||
uint64_t ram_get_total_transferred_pages(void);
|
||||
|
||||
/* Sending on the return path - generic and then for each message type */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue