qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Richard Henderson
Subject: Re: [PATCH 2/5] include: Move qemu_mprotect_*() to new qemu/mprotect.h
Date: Wed, 9 Feb 2022 10:02:22 +1100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0

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.maydell@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.henderson@linaro.org>


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]