Re: [PATCH 21/21] configure, meson: rename targetos to host_os

2023-12-29 Thread Philippe Mathieu-Daudé
On 21/12/23 18:19, Paolo Bonzini wrote: This variable is about the host OS, not the target. It is used a lot more since the Meson conversion, but the original sin dates back to 2003. Time to fix it. Signed-off-by: Paolo Bonzini --- accel/tcg/meson.build| 2 +- backends/mes

[PATCH 21/21] configure, meson: rename targetos to host_os

2023-12-21 Thread Paolo Bonzini
This variable is about the host OS, not the target. It is used a lot more since the Meson conversion, but the original sin dates back to 2003. Time to fix it. Signed-off-by: Paolo Bonzini --- accel/tcg/meson.build| 2 +- backends/meson.build | 4 +- block/mes