]> git.ipfire.org Git - thirdparty/qemu.git/commit
include/exec: Use vaddr for *_mmu guest memory access routines
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 11 Mar 2025 19:52:36 +0000 (12:52 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 23 Apr 2025 21:08:17 +0000 (14:08 -0700)
commit446321b3234a67ef4576847596ca2859f3b2f89a
tree78edf3523defdccce5f2bc069c0b695fb7e7acdc
parent66269bb96999395906e0e38ca7e59f92ab371933
include/exec: Use vaddr for *_mmu guest memory access routines

Use vaddr only for the newest api, because it has the least
number of uses and therefore is the easiest to audit.

Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/atomic_template.h
accel/tcg/cputlb.c
accel/tcg/ldst_common.c.inc
accel/tcg/user-exec.c
include/exec/cpu_ldst.h