Re: [Qemu-devel] [PATCH v4 42/54] translator: inject instrumentation from plugins

2019-08-01 Thread Richard Henderson
On 7/31/19 9:07 AM, Alex Bennée wrote: > From: "Emilio G. Cota" > > Signed-off-by: Emilio G. Cota > Signed-off-by: Alex Bennée > > --- > v4 > - note we can't inject instrumentation if ! DISAS_NEXT > --- > accel/tcg/translator.c | 20 > 1 file changed, 20 insertions(+)

[Qemu-devel] [PATCH v4 42/54] translator: inject instrumentation from plugins

2019-07-31 Thread Alex Bennée
From: "Emilio G. Cota" Signed-off-by: Emilio G. Cota Signed-off-by: Alex Bennée --- v4 - note we can't inject instrumentation if ! DISAS_NEXT --- accel/tcg/translator.c | 20 1 file changed, 20 insertions(+) diff --git a/accel/tcg/translator.c b/accel/tcg/translator.c