diff options
author | Steve Sistare <steven.sistare@oracle.com> | 2024-02-22 09:28:31 -0800 |
---|---|---|
committer | Peter Xu <peterx@redhat.com> | 2024-02-28 11:31:28 +0800 |
commit | c763a23e414544a9dace9d2be8555ecb2b8d6e38 (patch) | |
tree | 6391188394717508d4582e676f34733ebc197e2c /include/migration | |
parent | 9d9babf78d8f0a2f26b8dd5de3767bd4a4e2020e (diff) | |
download | qemu-c763a23e414544a9dace9d2be8555ecb2b8d6e38.zip qemu-c763a23e414544a9dace9d2be8555ecb2b8d6e38.tar.gz qemu-c763a23e414544a9dace9d2be8555ecb2b8d6e38.tar.bz2 |
migration: remove postcopy_after_devices
postcopy_after_devices and migration_in_postcopy_after_devices are no
longer used, so delete them.
Signed-off-by: Steve Sistare <steven.sistare@oracle.com>
Reviewed-by: Peter Xu <peterx@redhat.com>
Link: https://lore.kernel.org/r/1708622920-68779-6-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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/migration/misc.h b/include/migration/misc.h index 9e4abae..e615000 100644 --- a/include/migration/misc.h +++ b/include/migration/misc.h @@ -89,7 +89,6 @@ bool migration_in_setup(MigrationState *); bool migration_has_finished(MigrationState *); bool migration_has_failed(MigrationState *); /* ...and after the device transmission */ -bool migration_in_postcopy_after_devices(MigrationState *); /* True if incoming migration entered POSTCOPY_INCOMING_DISCARD */ bool migration_in_incoming_postcopy(void); /* True if incoming migration entered POSTCOPY_INCOMING_ADVISE */ |