From c938157713e723165a42cb6e8364adb6fcbd0e22 Mon Sep 17 00:00:00 2001 From: Juan Quintela Date: Wed, 22 Feb 2023 17:18:05 +0100 Subject: migration: move migration_global_dump() to migration-hmp-cmds.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Peter Xu Reviewed-by: Philippe Mathieu-Daudé --- fix David Edmonson ui/qemu-spice.h unintended removal --- include/migration/misc.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/migration/misc.h b/include/migration/misc.h index 8b49841..5ebe13b 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 */ -- cgit v1.1