commit | 03c981e7d63eaa03e6b7c4b9ef59b45b0b985876 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Wed Apr 30 20:30:22 2025 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Mon May 05 09:24:10 2025 -0700 |
tree | aa5ba3858991d042a730884eb64809c996112166 | |
parent | 964080d3563f1211b70051c8ea5add752586da09 [diff] |
accel/tcg: Avoid abi_ptr in user-exec.c In page_dump/dump_region, use guest_addr_max to check the size of the guest address space and size the output appropriately. This will change output with small values of -R reserved_va, but shouldn't affect anything else. Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>