migration: move migration_global_dump() to migration-hmp-cmds.c
commitc938157713e723165a42cb6e8364adb6fcbd0e22
authorJuan Quintela <quintela@redhat.com>
Wed, 22 Feb 2023 16:18:05 +0000 (22 17:18 +0100)
committerJuan Quintela <quintela@redhat.com>
Mon, 24 Apr 2023 13:01:46 +0000 (24 15:01 +0200)
tree832551053912293e9e61f3e24a32801690ba58ce
parent5d39f44d7ac5c63f53d4d0900ceba9521bc27e49
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
include/migration/misc.h
migration/migration-hmp-cmds.c
migration/migration.c