On Fri, 5 Jun 2020 at 05:17, Richard Henderson <richard.hender...@linaro.org> wrote: > > 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. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> Side note: at some point we would ideally want to support syscalls that checked for write-access-only (ie some of our VERIFY_WRITE uses should really be VERIFY_READ_WRITE and some should be a true VERIFY_WRITE): https://bugs.launchpad.net/qemu/+bug/1779955 thanks -- PMM