Re: [PATCH 2/5] include: Move qemu_mprotect_*() to new qemu/mprotect.h

2022-02-08 Thread Richard Henderson
On 2/9/22 07:08, Peter Maydell wrote: The qemu_mprotect_*() family of functions are used in very few files; move them from osdep.h to a new qemu/mprotect.h. Signed-off-by: Peter Maydell --- include/qemu/mprotect.h | 14 ++ include/qemu/osdep.h| 4 tcg/region.c

[PATCH 2/5] include: Move qemu_mprotect_*() to new qemu/mprotect.h

2022-02-08 Thread Peter Maydell
The qemu_mprotect_*() family of functions are used in very few files; move them from osdep.h to a new qemu/mprotect.h. Signed-off-by: Peter Maydell --- include/qemu/mprotect.h | 14 ++ include/qemu/osdep.h| 4 tcg/region.c| 1 + util/osdep.c| 1 +