]> git.proxmox.com Git - mirror_qemu.git/commit - bsd-user/qemu.h
accel/tcg: Return bool from page_check_range
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 7 Jul 2023 20:40:52 +0000 (21:40 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Sat, 15 Jul 2023 07:02:32 +0000 (08:02 +0100)
commitbef6f008b9811d961fd311c102f1a22dc28278a1
tree4ad2dbec9cb5b560a8dfaf400f0bbf191aca7344
parent91e9e116fea2a3b957e86daf55c832155fdf4b04
accel/tcg: Return bool from page_check_range

Replace the 0/-1 result with true/false.
Invert the sense of the test of all callers.
Document the function.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230707204054.8792-25-richard.henderson@linaro.org>
accel/tcg/ldst_atomicity.c.inc
accel/tcg/user-exec.c
bsd-user/qemu.h
include/exec/cpu-all.h
linux-user/qemu.h
linux-user/syscall.c
target/hppa/op_helper.c
target/riscv/vector_helper.c
target/sparc/ldst_helper.c