Re: [PATCH v3 10/10] accel/tcg: Push trace info building into atomic_common.c.inc

2021-07-19 Thread Peter Maydell
On Sat, 17 Jul 2021 at 20:24, Richard Henderson wrote: > > Use trace_mem_get_info instead of trace_mem_build_info, > using the TCGMemOpIdx that we already have. Do this in > the atomic_trace_*_pre function as common subroutines. > > Signed-off-by: Richard Henderson > --- > accel/tcg/atomic_temp

[PATCH v3 10/10] accel/tcg: Push trace info building into atomic_common.c.inc

2021-07-17 Thread Richard Henderson
Use trace_mem_get_info instead of trace_mem_build_info, using the TCGMemOpIdx that we already have. Do this in the atomic_trace_*_pre function as common subroutines. Signed-off-by: Richard Henderson --- accel/tcg/atomic_template.h | 48 +-- accel/tcg/atomic_com