Re: [PATCH 07/10] meson: do not use config_host to pick tap implementations

2023-08-29 Thread Daniel P . Berrangé
On Tue, Aug 29, 2023 at 10:29:28AM +0200, Paolo Bonzini wrote: > The target OS is invariant and does not depend on the configuration, so move > away from config_host and just use unconditional rules in softmmu_ss. > > Signed-off-by: Paolo Bonzini > --- > net/meson.build | 18 ++ >

Re: [PATCH 07/10] meson: do not use config_host to pick tap implementations

2023-08-29 Thread Philippe Mathieu-Daudé
On 29/8/23 10:29, Paolo Bonzini wrote: The target OS is invariant and does not depend on the configuration, so move away from config_host and just use unconditional rules in softmmu_ss. Signed-off-by: Paolo Bonzini --- net/meson.build | 18 ++ 1 file changed, 10 insertions(+)

[PATCH 07/10] meson: do not use config_host to pick tap implementations

2023-08-29 Thread Paolo Bonzini
The target OS is invariant and does not depend on the configuration, so move away from config_host and just use unconditional rules in softmmu_ss. Signed-off-by: Paolo Bonzini --- net/meson.build | 18 ++ 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/net/meson.bu