Re: [Qemu-devel] [PATCH v4 29/54] plugin-gen: add plugin_insn_append

2019-08-01 Thread Richard Henderson
On 7/31/19 9:06 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 > [AJB: use g_byte_array] > Signed-off-by: Alex Bennée > >

[Qemu-devel] [PATCH v4 29/54] plugin-gen: add plugin_insn_append

2019-07-31 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 [AJB: use g_byte_array] Signed-off-by: Alex Bennée --- v3 - use g_byte_array --- include/exec/plugin-gen.h