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<peter.mayd...@linaro.org>
---
  include/qemu/mprotect.h | 14 ++++++++++++++
  include/qemu/osdep.h    |  4 ----
  tcg/region.c            |  1 +
  util/osdep.c            |  1 +
  4 files changed, 16 insertions(+), 4 deletions(-)
  create mode 100644 include/qemu/mprotect.h

Reviewed-by: Richard Henderson <richard.hender...@linaro.org>


r~

Reply via email to