qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 20/41] linux-user: Add raise_sigsegv


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v2 20/41] linux-user: Add raise_sigsegv
Date: Sun, 19 Sep 2021 20:26:52 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.1.0

On 9/18/21 20:45, Richard Henderson wrote:
> This is a new interface to be provided by the os emulator
> for raising SIGSEGV on fault.  Use the new record_sigsegv
> target hook.
> 
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
>  include/exec/exec-all.h | 15 +++++++++++++++
>  accel/tcg/user-exec.c   | 33 ++++++++++++++++++---------------
>  linux-user/signal.c     | 30 ++++++++++++++++++++++--------
>  3 files changed, 55 insertions(+), 23 deletions(-)

To the best of my knowledge:
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>



reply via email to

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