mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 23:03:54 -06:00
migration: export vcpu_dirty_limit_period
Define and export vcpu_dirty_limit_period to eliminate a dependency on MigrationState. Signed-off-by: Steve Sistare <steven.sistare@oracle.com> Link: https://lore.kernel.org/r/1710179338-294359-6-git-send-email-steven.sistare@oracle.com Signed-off-by: Peter Xu <peterx@redhat.com>
This commit is contained in:
parent
aeaafb1e59
commit
714f33123b
3 changed files with 9 additions and 2 deletions
|
@ -20,5 +20,6 @@ bool migrate_switchover_ack(void);
|
|||
/* parameters */
|
||||
|
||||
MigMode migrate_mode(void);
|
||||
uint64_t migrate_vcpu_dirty_limit_period(void);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue