Re: [PATCH v2 13/30] linux-user/hexagon: Use force_sigsegv_code

2021-08-24 Thread Peter Maydell
On Sun, 22 Aug 2021 at 04:55, Richard Henderson wrote: > > Use the new function instead of setting up a target_siginfo_t > and calling queue_signal. Note that we were incorrectly using > QEMU_SI_KILL instead of QEMU_SI_FAULT for raising SIGSEGV. > > Signed-off-by: Richard Henderson > --- > linu

[PATCH v2 13/30] linux-user/hexagon: Use force_sigsegv_code

2021-08-21 Thread Richard Henderson
Use the new function instead of setting up a target_siginfo_t and calling queue_signal. Note that we were incorrectly using QEMU_SI_KILL instead of QEMU_SI_FAULT for raising SIGSEGV. Signed-off-by: Richard Henderson --- linux-user/hexagon/cpu_loop.c | 22 -- 1 file changed,