On 25/04/24, Anton Johansson via wrote: > On 18/04/24, Philippe Mathieu-Daudé wrote: > > Declare tlb_vaddr_to_host() in "exec/cputlb.h" with the CPU TLB > > API. Un-inline the user emulation definition to avoid including > > "exec/cpu_ldst.h" (which declares g2h) in "exec/cputlb.h". > > > > Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org> > > --- > > include/exec/cpu_ldst.h | 24 ------------------------ > > include/exec/cputlb.h | 18 ++++++++++++++++++ > > accel/tcg/user-exec.c | 7 +++++++ > > target/arm/tcg/helper-a64.c | 1 + > > target/riscv/vector_helper.c | 1 + > > target/sparc/mmu_helper.c | 1 + > > 6 files changed, 28 insertions(+), 24 deletions(-) > > Reviewed-by: Anton Johansson <a...@rev.ng> >
Missed existing review, my bad!