On 2023/7/30 5:18, Richard Henderson wrote:
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_...@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.hender...@linaro.org>

though the test will never fail, because tlb_vaddr_to_host just succeeded.

It fails one test case in linux-user mode, where tlb_vaddr_to_host always succeeded.

Zhiwei



r~

Reply via email to