Re: [PATCH 01/11] accel/tcg: Move user-only tlb_vaddr_to_host out of line

2025-05-01 Thread Pierrick Bouvier
On 5/1/25 7:55 AM, Richard Henderson wrote: At the same time, fix a mis-match between user and system by using vaddr not abi_ptr for the address parameter. Signed-off-by: Richard Henderson --- include/accel/tcg/cpu-ldst.h | 8 accel/tcg/user-exec.c| 6 ++ 2 files change

[PATCH 01/11] accel/tcg: Move user-only tlb_vaddr_to_host out of line

2025-05-01 Thread Richard Henderson
At the same time, fix a mis-match between user and system by using vaddr not abi_ptr for the address parameter. Signed-off-by: Richard Henderson --- include/accel/tcg/cpu-ldst.h | 8 accel/tcg/user-exec.c| 6 ++ 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/