Re: [PATCH v2] spice: move client_migrate_info command to ui/

2023-04-20 Thread Philippe Mathieu-Daudé
On 20/4/23 14:37, Juan Quintela wrote: It has nothing to do with migration, except for the "migrate" in the name of the command. Move it with the rest of the ui commands. Signed-off-by: Juan Quintela --- I would claim that it should be only compiled with CONFIG_SPICE, but I left that to spic

[PATCH v2] spice: move client_migrate_info command to ui/

2023-04-20 Thread Juan Quintela
It has nothing to do with migration, except for the "migrate" in the name of the command. Move it with the rest of the ui commands. Signed-off-by: Juan Quintela --- I would claim that it should be only compiled with CONFIG_SPICE, but I left that to spice maintainers. Gerd, what do you think?