Re: [Qemu-devel] [PATCH v3 24/50] plugin-gen: add plugin_insn_append

2019-06-17 Thread Richard Henderson
On 6/14/19 10:11 AM, Alex Bennée wrote: > From: "Emilio G. Cota" > > By adding it to plugin-gen's header file, we can export is as > an inline, since tcg.h is included in the header (we need tcg_ctx). > > Signed-off-by: Emilio G. Cota > > --- > v3 > - use g_byte_array > --- > accel/tcg/plug

[Qemu-devel] [PATCH v3 24/50] plugin-gen: add plugin_insn_append

2019-06-14 Thread Alex Bennée
From: "Emilio G. Cota" By adding it to plugin-gen's header file, we can export is as an inline, since tcg.h is included in the header (we need tcg_ctx). Signed-off-by: Emilio G. Cota --- v3 - use g_byte_array --- accel/tcg/plugin-gen.c| 10 +- include/exec/plugin-gen.h | 23