Re: [PATCH] meson: do not check supported TCG architecture if no emulators built

2025-05-08 Thread Richard Henderson
On 5/8/25 02:50, Paolo Bonzini wrote: Errors about TCI are pointless if only tools are being built; suppress them even if the user did not specify --disable-tcg. Signed-off-by: Paolo Bonzini --- meson.build | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) Reviewed-by: Richar

Re: [PATCH] meson: do not check supported TCG architecture if no emulators built

2025-05-08 Thread Philippe Mathieu-Daudé
On 8/5/25 11:50, Paolo Bonzini wrote: Errors about TCI are pointless if only tools are being built; suppress them even if the user did not specify --disable-tcg. Signed-off-by: Paolo Bonzini --- meson.build | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) Reviewed-by: Phili