Re: [PATCH v2 11/30] linux-user/alpha: Use force_sig_fault, force_sigsegv_code
On Sun, 22 Aug 2021 at 04:55, Richard Henderson wrote: > > Use the new functions instead of setting up a target_siginfo_t > and calling queue_signal. > > Signed-off-by: Richard Henderson > --- Reviewed-by: Peter Maydell thanks -- PMM
[PATCH v2 11/30] linux-user/alpha: Use force_sig_fault, force_sigsegv_code
Use the new functions instead of setting up a target_siginfo_t and calling queue_signal. Signed-off-by: Richard Henderson --- linux-user/alpha/cpu_loop.c | 76 +++-- 1 file changed, 23 insertions(+), 53 deletions(-) diff --git a/linux-user/alpha/cpu_loop.c b/linu