diff options
| author | Juan Quintela <quintela@redhat.com> | 2023-02-22 17:18:05 +0100 |
|---|---|---|
| committer | Juan Quintela <quintela@redhat.com> | 2023-04-24 15:01:46 +0200 |
| commit | c938157713e723165a42cb6e8364adb6fcbd0e22 (patch) | |
| tree | 832551053912293e9e61f3e24a32801690ba58ce /include/migration/misc.h | |
| parent | 5d39f44d7ac5c63f53d4d0900ceba9521bc27e49 (diff) | |
| download | focaccia-qemu-c938157713e723165a42cb6e8364adb6fcbd0e22.tar.gz focaccia-qemu-c938157713e723165a42cb6e8364adb6fcbd0e22.zip | |
migration: move migration_global_dump() to migration-hmp-cmds.c
It is only used there, so we can make it static. Once there, remove spice.h that it is not used. Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Peter Xu <peterx@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> --- fix David Edmonson ui/qemu-spice.h unintended removal
Diffstat (limited to 'include/migration/misc.h')
| -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 8b49841016..5ebe13b4b9 100644 --- a/include/migration/misc.h +++ b/include/migration/misc.h @@ -66,7 +66,6 @@ bool migration_has_finished(MigrationState *); bool migration_has_failed(MigrationState *); /* ...and after the device transmission */ bool migration_in_postcopy_after_devices(MigrationState *); -void migration_global_dump(Monitor *mon); /* True if incoming migration entered POSTCOPY_INCOMING_DISCARD */ bool migration_in_incoming_postcopy(void); /* True if incoming migration entered POSTCOPY_INCOMING_ADVISE */ |