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
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 +