mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
migration: export migration_is_active
Delete the MigrationState parameter from migration_is_active so it can be exported and used without including migration.h. Signed-off-by: Steve Sistare <steven.sistare@oracle.com> Link: https://lore.kernel.org/r/1710179338-294359-4-git-send-email-steven.sistare@oracle.com Signed-off-by: Peter Xu <peterx@redhat.com>
This commit is contained in:
parent
7dcb3c87d8
commit
3a6813b68c
4 changed files with 10 additions and 8 deletions
|
@ -60,7 +60,7 @@ void dump_vmstate_json_to_file(FILE *out_fp);
|
|||
void migration_object_init(void);
|
||||
void migration_shutdown(void);
|
||||
bool migration_is_idle(void);
|
||||
bool migration_is_active(MigrationState *);
|
||||
bool migration_is_active(void);
|
||||
bool migration_is_setup_or_active(void);
|
||||
bool migrate_mode_is_cpr(MigrationState *);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue