Re: [PATCH v3 03/12] plugins: Uninline qemu_plugin_add_opts

2025-02-05 Thread Philippe Mathieu-Daudé
On 4/2/25 22:53, Richard Henderson wrote: No need to expand this function inline. Unexport qemu_plugin_opts to match. Reviewed-by: Thomas Huth Reviewed-by: Alex Bennée Signed-off-by: Richard Henderson --- include/qemu/plugin.h | 9 + plugins/loader.c | 7 ++- 2 files chan

[PATCH v3 03/12] plugins: Uninline qemu_plugin_add_opts

2025-02-04 Thread Richard Henderson
No need to expand this function inline. Unexport qemu_plugin_opts to match. Reviewed-by: Thomas Huth Reviewed-by: Alex Bennée Signed-off-by: Richard Henderson --- include/qemu/plugin.h | 9 + plugins/loader.c | 7 ++- 2 files changed, 7 insertions(+), 9 deletions(-) diff --gi