Re: [PATCH v2 07/30] linux-user/arm: Use force_sig_fault()

2021-08-24 Thread Philippe Mathieu-Daudé
On 8/22/21 5:55 AM, Richard Henderson wrote: > From: Peter Maydell > > Use the new force_sig_fault() function instead of setting up > a target_siginfo_t and calling queue_signal(). > > Signed-off-by: Peter Maydell > Message-Id: <20210813131809.28655-7-peter.mayd...@linaro.org> > Signed-off-by:

[PATCH v2 07/30] linux-user/arm: Use force_sig_fault()

2021-08-21 Thread Richard Henderson
From: Peter Maydell Use the new force_sig_fault() function instead of setting up a target_siginfo_t and calling queue_signal(). Signed-off-by: Peter Maydell Message-Id: <20210813131809.28655-7-peter.mayd...@linaro.org> Signed-off-by: Richard Henderson --- linux-user/arm/cpu_loop.c | 53 ++