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

Replaces target_ulong with vaddr for guest virtual addresses in tlb_*()
functions and auxilliary structs.

Signed-off-by: Anton Johansson <anjo@rev.ng>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230621135633.1649-2-anjo@rev.ng>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/stubs/tcg-stub.c
accel/tcg/cputlb.c
accel/tcg/tb-maint.c
include/exec/cpu-defs.h
include/exec/exec-all.h
include/qemu/plugin-memory.h