Re: [PULL 32/52] exec-all: Widen TranslationBlock pc and cs_base to 64-bits

2023-07-11 Thread Peter Maydell
On Mon, 5 Jun 2023 at 21:27, Richard Henderson wrote: > > 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. > index 60ca9e229e..1cf4f1fa22 100644 > ---

[PULL 32/52] exec-all: Widen TranslationBlock pc and cs_base to 64-bits

2023-06-05 Thread Richard Henderson
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é Signed-off-by: Richard Henderson --- include/exec/exec-all.h | 4 ++--