Re: [PATCH v2 08/30] linux-user/aarch64: 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-8-peter.mayd...@linaro.org> > Signed-off-by:

[PATCH v2 08/30] linux-user/aarch64: 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-8-peter.mayd...@linaro.org> Signed-off-by: Richard Henderson --- linux-user/aarch64/cpu_loop.c | 34 ++