qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v4 18/43] accel/tcg: Support split-wx for linux with memfd


From: Joelle van Dyne
Subject: Re: [PATCH v4 18/43] accel/tcg: Support split-wx for linux with memfd
Date: Sat, 2 Jan 2021 12:11:09 -0800

On Mon, Dec 14, 2020 at 6:02 AM Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> We cannot use a real temp file, because we would need to find
> a filesystem that does not have noexec enabled.  However, a
> memfd is not associated with any filesystem.
>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
>  accel/tcg/translate-all.c | 84 +++++++++++++++++++++++++++++++++++----
>  1 file changed, 76 insertions(+), 8 deletions(-)

Reviewed-by: Joelle van Dyne <j@getutm.app>



reply via email to

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