commit | 087e2341fbf064b4de47b964670110f4d4642cd3 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Sat Apr 01 14:35:46 2023 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Mon Jun 05 12:04:29 2023 -0700 |
tree | 3a1aefb18de669bd2e9204d301017fdced5c8c02 | |
parent | 0a18945d037d9e7fd20a6c7fbc2226798a853323 [diff] |
exec-all: Widen tb_page_addr_t for user-only This is a step toward making TranslationBlock agnostic to the address size of the guest. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>