Re: [PATCH 8/9] migration: Build migration_files once

2023-05-18 Thread Juan Quintela
Richard Henderson wrote: > The items in migration_files are built for libmigration and included > info softmmu_ss from there; no need to also include them directly. > > Signed-off-by: Richard Henderson Ouch. Good catch. Reviewed-by: Juan Quintela queued.

[PATCH 8/9] migration: Build migration_files once

2023-05-17 Thread Richard Henderson
The items in migration_files are built for libmigration and included info softmmu_ss from there; no need to also include them directly. Signed-off-by: Richard Henderson --- Cc: Juan Quintela Cc: Peter Xu Cc: Leonardo Bras --- migration/meson.build | 1 - 1 file changed, 1 deletion(-) diff