|
From: | Richard Henderson |
Subject: | Re: [PATCH] target/riscv: Fix page_check_range use in fault-only-first |
Date: | Sat, 29 Jul 2023 14:18:04 -0700 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 |
On 7/28/23 20:16, LIU Zhiwei wrote:
Commit bef6f008b98(accel/tcg: Return bool from page_check_range) converts integer return value to bool type. However, it wrongly converted the use of the API in riscv fault-only-first, where page_check_range < = 0, should be converted to !page_check_range. Signed-off-by: LIU Zhiwei <zhiwei_liu@linux.alibaba.com> --- target/riscv/vector_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
As far as it goes, Reviewed-by: Richard Henderson <richard.henderson@linaro.org> though the test will never fail, because tlb_vaddr_to_host just succeeded. r~
[Prev in Thread] | Current Thread | [Next in Thread] |