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

2023-06-19 Thread Alex Bennée
Anton Kochkov writes: > 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. I think you should go the whole hog and remove the existing makefile machinery. Otherwise it will be confusing

[PATCH] contrib/plugins: add meson build file

2023-06-15 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