diff options
author | Steve Sistare <steven.sistare@oracle.com> | 2024-03-11 10:48:57 -0700 |
---|---|---|
committer | Peter Xu <peterx@redhat.com> | 2024-03-11 16:28:59 -0400 |
commit | a3ed48933659b52f942a677b80b31e4234ddb32f (patch) | |
tree | 91a9345283542968b630dbc22b88ea1e951eae65 /include/migration | |
parent | 7395127f230abe8065eeec274f106c29a8a4498a (diff) | |
download | qemu-a3ed48933659b52f942a677b80b31e4234ddb32f.zip qemu-a3ed48933659b52f942a677b80b31e4234ddb32f.tar.gz qemu-a3ed48933659b52f942a677b80b31e4234ddb32f.tar.bz2 |
migration: delete unused accessors
Signed-off-by: Steve Sistare <steven.sistare@oracle.com>
Link: https://lore.kernel.org/r/1710179338-294359-11-git-send-email-steven.sistare@oracle.com
Signed-off-by: Peter Xu <peterx@redhat.com>
Diffstat (limited to 'include/migration')
-rw-r--r-- | include/migration/misc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/migration/misc.h b/include/migration/misc.h index e521cd5..d563d2c 100644 --- a/include/migration/misc.h +++ b/include/migration/misc.h @@ -105,13 +105,10 @@ void migration_add_notifier_mode(NotifierWithReturn *notify, void migration_remove_notifier(NotifierWithReturn *notify); int migration_call_notifiers(MigrationState *s, MigrationEventType type, Error **errp); -bool migration_in_setup(MigrationState *); -bool migration_has_finished(MigrationState *); bool migration_has_failed(MigrationState *); bool migration_is_running(void); void migration_file_set_error(int err); -/* ...and after the device transmission */ /* True if incoming migration entered POSTCOPY_INCOMING_DISCARD */ bool migration_in_incoming_postcopy(void); /* True if incoming migration entered POSTCOPY_INCOMING_ADVISE */ |