]> git.proxmox.com Git - mirror_qemu.git/commit - bsd-user/qemu.h
bsd-user: Tidy VERIFY_READ/VERIFY_WRITE
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 12 Feb 2021 18:48:39 +0000 (10:48 -0800)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 16 Feb 2021 11:04:53 +0000 (11:04 +0000)
commit1720751f94492bb5947ac0e6e200950f824b9389
tree8340cef15db4b0d1c99d4ce5eab7ffec5492e846
parent68f77666649bcb033b2c563998b7c19016de6d8b
bsd-user: Tidy VERIFY_READ/VERIFY_WRITE

These constants are only ever used with access_ok, and friends.
Rather than translating them to PAGE_* bits, let them equal
the PAGE_* bits to begin.

Reviewed-by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20210212184902.1251044-9-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
bsd-user/qemu.h