]> git.proxmox.com Git - mirror_qemu.git/commit
exec-all: Widen TranslationBlock pc and cs_base to 64-bits
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 1 Apr 2023 22:28:18 +0000 (15:28 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 5 Jun 2023 19:04:29 +0000 (12:04 -0700)
commit85314e13ad724247fbd74ff13555bff1cbda8356
tree635edeac62ef4bd4a47901291dc54bc63cd87b2f
parent087e2341fbf064b4de47b964670110f4d4642cd3
exec-all: Widen TranslationBlock pc and cs_base to 64-bits

This makes TranslationBlock agnostic to the address size of the guest.
Use vaddr for pc, since that's always a virtual address.
Use uint64_t for cs_base, since usage varies between guests.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/cpu-exec.c
include/exec/exec-all.h