Home
last modified time | relevance | path

Searched hist:"03 c981e7d63eaa03e6b7c4b9ef59b45b0b985876" (Results 1 – 1 of 1) sorted by relevance

/qemu/accel/tcg/
H A Duser-exec.c03c981e7d63eaa03e6b7c4b9ef59b45b0b985876 Thu May 01 03:30:22 UTC 2025 Richard Henderson <richard.henderson@linaro.org> 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>