On Wed, 10 Jul 2024 at 04:30, Richard Henderson <[email protected]> wrote: > > Use of these in helpers goes hand-in-hand with tlb_vaddr_to_host > and other probing functions. > > Signed-off-by: Richard Henderson <[email protected]> > --- > accel/tcg/user-retaddr.h | 28 ---------------------------- > include/exec/cpu_ldst.h | 34 ++++++++++++++++++++++++++++++++++ > accel/tcg/cpu-exec.c | 3 --- > accel/tcg/user-exec.c | 1 - > 4 files changed, 34 insertions(+), 32 deletions(-) > delete mode 100644 accel/tcg/user-retaddr.h
Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
