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

2023-04-20 Thread Juan Quintela
David Edmondson wrote: > Juan Quintela writes: > >> It is only used there, so we can make it static. >> Once there, remove spice.h that it is not used. > > The removal of ui/qemu-spice.h seems like an unrelated change - should > be a different changeset? You are right. Thanks.

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

2023-03-06 Thread David Edmondson
Juan Quintela writes: > It is only used there, so we can make it static. > Once there, remove spice.h that it is not used. The removal of ui/qemu-spice.h seems like an unrelated change - should be a different changeset? > > Signed-off-by: Juan Quintela > --- > include/migration/misc.h |

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

2023-03-02 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 --- include/migration/misc.h | 1 - migration/migration-hmp-cmds.c | 23 +-- migration/migration.c | 19 --- 3 files c