Re: [PATCH 04/84] tcg: Widen helper_{ld, st}_i128 addresses to uint64_t

2023-05-11 Thread Alex Bennée
Richard Henderson writes: > Always pass the target address as uint64_t. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée -- Alex Bennée Virtualisation Tech Lead @ Linaro

[PATCH 04/84] tcg: Widen helper_{ld,st}_i128 addresses to uint64_t

2023-05-03 Thread Richard Henderson
Always pass the target address as uint64_t. Signed-off-by: Richard Henderson --- accel/tcg/tcg-runtime.h | 4 ++-- accel/tcg/cputlb.c | 5 ++--- accel/tcg/user-exec.c | 5 ++--- tcg/tcg-op-ldst.c | 26 -- 4 files changed, 30 insertions(+), 10 deletions(-)

[PATCH 04/84] tcg: Widen helper_{ld,st}_i128 addresses to uint64_t

2023-05-03 Thread Richard Henderson
Always pass the target address as uint64_t. Signed-off-by: Richard Henderson --- accel/tcg/tcg-runtime.h | 4 ++-- accel/tcg/cputlb.c | 5 ++--- accel/tcg/user-exec.c | 5 ++--- tcg/tcg-op-ldst.c | 26 -- 4 files changed, 30 insertions(+), 10 deletions(-)