]> git.proxmox.com Git - mirror_qemu.git/commit
accel: Replace target_ulong with vaddr in probe_*()
authorAnton Johansson <anjo@rev.ng>
Wed, 21 Jun 2023 13:56:29 +0000 (15:56 +0200)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 26 Jun 2023 15:32:59 +0000 (17:32 +0200)
commit4f8f41272eec57105e82dbb5761354ef0da9f7b0
tree1ec1efe077ece225b87e57f41c97405ee07aea93
parent06f3831c08ac0d36ce3d0b1f2deaa8ec1e1d8d7e
accel: Replace target_ulong with vaddr in probe_*()

Functions for probing memory accesses (and functions that call these)
are updated to take a vaddr for guest virtual addresses over
target_ulong.

Signed-off-by: Anton Johansson <anjo@rev.ng>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230621135633.1649-9-anjo@rev.ng>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/stubs/tcg-stub.c
accel/tcg/cputlb.c
accel/tcg/user-exec.c
include/exec/exec-all.h