Re: [PATCH v2 1/2] meson: build contrib/plugins with meson

2024-10-21 Thread Pierrick Bouvier
On 10/21/24 02:38, Alex Bennée wrote: Pierrick Bouvier writes: 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/-/i

Re: [PATCH v2 1/2] meson: build contrib/plugins with meson

2024-10-21 Thread Pierrick Bouvier
On 10/21/24 02:38, Alex Bennée wrote: Pierrick Bouvier writes: 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/-/i

Re: [PATCH v2 1/2] meson: build contrib/plugins with meson

2024-10-21 Thread Alex Bennée
Pierrick Bouvier writes: > 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: Pie

[PATCH v2 1/2] meson: build contrib/plugins with meson

2024-09-25 Thread 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 --- meson.build