Re: [PATCH v3 08/10] accel/tcg: Expand ATOMIC_MMU_LOOKUP_*

2021-07-19 Thread Peter Maydell
On Sat, 17 Jul 2021 at 20:24, Richard Henderson wrote: > > Unify the parameters of atomic_mmu_lookup between cputlb.c and > user-exec.c. Call the function directly, and remove the macros. > > Signed-off-by: Richard Henderson Reviewed-by: Peter Maydell thanks -- PMM

[PATCH v3 08/10] accel/tcg: Expand ATOMIC_MMU_LOOKUP_*

2021-07-17 Thread Richard Henderson
Unify the parameters of atomic_mmu_lookup between cputlb.c and user-exec.c. Call the function directly, and remove the macros. Signed-off-by: Richard Henderson --- accel/tcg/atomic_template.h | 41 + accel/tcg/cputlb.c | 7 +-- accel/tcg/user-ex