Re: [PATCH 20/22] plugins: Move qemu_plugin_insn_cleanup_fn to tcg.c

2024-03-18 Thread Alex Bennée
Richard Henderson writes: > This is only used in one place, and usage requires an > out-of-line function. > > Signed-off-by: Richard Henderson > --- > include/qemu/plugin.h | 12 > tcg/tcg.c | 12 > 2 files changed, 12 insertions(+), 12 deletions(-) > >

[PATCH 20/22] plugins: Move qemu_plugin_insn_cleanup_fn to tcg.c

2024-03-15 Thread Richard Henderson
This is only used in one place, and usage requires an out-of-line function. Signed-off-by: Richard Henderson --- include/qemu/plugin.h | 12 tcg/tcg.c | 12 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/include/qemu/plugin.h