Re: [PATCH v2 7/7] include/qemu/plugin: Inline qemu_plugin_disable_mem_helpers

2023-03-10 Thread Philippe Mathieu-Daudé
On 10/3/23 20:52, Richard Henderson wrote: Now that we've broken the include loop with cpu.h, we can bring this inline. Signed-off-by: Richard Henderson --- include/qemu/plugin.h | 6 +- plugins/core.c| 11 --- 2 files changed, 5 insertions(+), 12 deletions(-) Reviewe

[PATCH v2 7/7] include/qemu/plugin: Inline qemu_plugin_disable_mem_helpers

2023-03-10 Thread Richard Henderson
Now that we've broken the include loop with cpu.h, we can bring this inline. Signed-off-by: Richard Henderson --- include/qemu/plugin.h | 6 +- plugins/core.c| 11 --- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/include/qemu/plugin.h b/include/qemu/plugin