Re: [PATCH v3] migration: move migration_global_dump() to migration-hmp-cmds.c

2023-04-20 Thread Philippe Mathieu-Daudé
On 20/4/23 14:10, Juan Quintela wrote: 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 --- fix David Edmonson ui/qemu-spice.h unintended removal --- include/migration/misc.h | 1 - migration/migration-hmp-

Re: [PATCH v3] migration: move migration_global_dump() to migration-hmp-cmds.c

2023-04-20 Thread Peter Xu
On Thu, Apr 20, 2023 at 02:10:38PM +0200, Juan Quintela wrote: > 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 -- Peter Xu

[PATCH v3] migration: move migration_global_dump() to migration-hmp-cmds.c

2023-04-20 Thread Juan Quintela
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 --- fix David Edmonson ui/qemu-spice.h unintended removal --- include/migration/misc.h | 1 - migration/migration-hmp-cmds.c | 22 +- migrati