Re: [Qemu-devel] [PATCH v4 07/54] trace: add mmu_index to mem_info

2019-08-01 Thread Richard Henderson
On 7/31/19 9:06 AM, Alex Bennée wrote: > We are going to re-use mem_info later for plugins and will need to > track the mmu_idx for softmmu code. > > [TODO: convert everything to use TCGMemOpIdx?] Probably easier. At the moment, > +#define ATOMIC_MMU_IDX oi this is mis-named. It works because

[Qemu-devel] [PATCH v4 07/54] trace: add mmu_index to mem_info

2019-07-31 Thread Alex Bennée
We are going to re-use mem_info later for plugins and will need to track the mmu_idx for softmmu code. [TODO: convert everything to use TCGMemOpIdx?] Signed-off-by: Alex Bennée --- accel/tcg/atomic_template.h | 6 ++--- accel/tcg/cputlb.c| 2 ++ accel/tcg