Re: [PATCH v3 26/66] trace/mem: Pass MemOpIdx to trace_mem_get_info

2021-08-19 Thread Peter Maydell
On Wed, 18 Aug 2021 at 20:51, Richard Henderson wrote: > > We (will) often have the complete MemOpIdx handy, so use that. > > Signed-off-by: Richard Henderson Reviewed-by: Peter Maydell thanks -- PMM

[PATCH v3 26/66] trace/mem: Pass MemOpIdx to trace_mem_get_info

2021-08-18 Thread Richard Henderson
We (will) often have the complete MemOpIdx handy, so use that. Signed-off-by: Richard Henderson --- trace/mem.h | 32 +- accel/tcg/cputlb.c| 12 -- accel/tcg/user-exec.c | 42 +++ tcg/tcg-op.c