Re: [PATCH v2 18/20] meson: build contrib/plugins with meson

2024-10-23 Thread Pierrick Bouvier
On 10/23/24 01:57, Alex Bennée wrote: Pierrick Bouvier writes: On 10/22/24 03:56, Alex Bennée wrote: From: Pierrick Bouvier Tried to unify this meson.build with tests/tcg/plugins/meson.build but the resulting modules are not output in the right directory. Originally proposed by Anton Kochkov

Re: [PATCH v2 18/20] meson: build contrib/plugins with meson

2024-10-23 Thread Alex Bennée
Pierrick Bouvier writes: > On 10/22/24 03:56, Alex Bennée wrote: >> From: Pierrick Bouvier >> Tried to unify this meson.build with tests/tcg/plugins/meson.build >> but >> the resulting modules are not output in the right directory. >> Originally proposed by Anton Kochkov, thank you! >> Solves: h

Re: [PATCH v2 18/20] meson: build contrib/plugins with meson

2024-10-23 Thread Pierrick Bouvier
On 10/22/24 03:56, Alex Bennée wrote: From: Pierrick Bouvier Tried to unify this meson.build with tests/tcg/plugins/meson.build but the resulting modules are not output in the right directory. Originally proposed by Anton Kochkov, thank you! Solves: https://gitlab.com/qemu-project/qemu/-/issu

[PATCH v2 18/20] meson: build contrib/plugins with meson

2024-10-22 Thread Alex Bennée
From: Pierrick Bouvier Tried to unify this meson.build with tests/tcg/plugins/meson.build but the resulting modules are not output in the right directory. Originally proposed by Anton Kochkov, thank you! Solves: https://gitlab.com/qemu-project/qemu/-/issues/1710 Signed-off-by: Pierrick Bouvier