On 5/15/26 07:25, Peter Maydell wrote:
We want to bring all the get_phys_addr* functions in ptw.c into line with the sense that translate_for_debug() has and which seems more logical: true on success, and false on failure.Start with get_phys_addr_disabled(). Signed-off-by: Peter Maydell<[email protected]> --- target/arm/ptw.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
