On 03/02/2025 04.18, Richard Henderson wrote:
Provide out-of-line versions of some of the qemu/plugin.h API. These will be referenced with --enable-plugin, but CONFIG_TCG is disabled for a specific target.Signed-off-by: Richard Henderson <richard.hender...@linaro.org> --- plugins/stubs.c | 49 +++++++++++++++++++++++++++++++++++++++++++++ plugins/meson.build | 5 ++++- 2 files changed, 53 insertions(+), 1 deletion(-) create mode 100644 plugins/stubs.c
Reviewed-by: Thomas Huth <th...@redhat.com>