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

2023-08-02 Thread Akihiko Odaki
I used a wrong email account. I also forgot to mention that you must update other places referring to the Makefile. I'm aware of the following: - root Makefile - tests/tcg/Makefile.target - docs/devel/tcg-plugins.rst On 2023/08/02 17:16, Akihiko Odaki wrote: Thanks for letting me know this on

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

2023-08-02 Thread Akihiko Odaki
Thanks for letting me know this on GitLab. On 2023/06/29 1:26, Anton Kochkov wrote: Add crossplatform Meson file to build TCG plugins since the Makefile makes wrong assumptions about it being used only on Linux. Tested on Linux and macOS. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/

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

2023-06-28 Thread Anton Kochkov
Add crossplatform Meson file to build TCG plugins since the Makefile makes wrong assumptions about it being used only on Linux. Tested on Linux and macOS. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1710 Signed-off-by: Anton Kochkov --- contrib/plugins/meson.build | 31