Re: [PATCH v3 45/48] plugins: Move plugin_insn_append to translator.c

2023-06-02 Thread Philippe Mathieu-Daudé
On 31/5/23 06:03, Richard Henderson wrote: This function is only used in translator.c, and uses a target-specific typedef, abi_ptr. Signed-off-by: Richard Henderson --- include/exec/plugin-gen.h | 22 -- accel/tcg/translator.c| 21 + 2 files chang

[PATCH v3 45/48] plugins: Move plugin_insn_append to translator.c

2023-05-30 Thread Richard Henderson
This function is only used in translator.c, and uses a target-specific typedef, abi_ptr. Signed-off-by: Richard Henderson --- include/exec/plugin-gen.h | 22 -- accel/tcg/translator.c| 21 + 2 files changed, 21 insertions(+), 22 deletions(-) diff --gi