Re: [PATCH v5 44/67] linux-user: Add cpu_loop_exit_sigbus

2021-10-29 Thread Philippe Mathieu-Daudé
On 10/15/21 06:10, Richard Henderson wrote: > This is a new interface to be provided by the os emulator for > raising SIGBUS on fault. Use the new record_sigbus target hook. > > Signed-off-by: Richard Henderson > --- > include/exec/exec-all.h | 14 ++ This header deserves a system/u

Re: [PATCH v5 44/67] linux-user: Add cpu_loop_exit_sigbus

2021-10-15 Thread Warner Losh
On Thu, Oct 14, 2021 at 10:14 PM Richard Henderson < richard.hender...@linaro.org> wrote: > This is a new interface to be provided by the os emulator for > raising SIGBUS on fault. Use the new record_sigbus target hook. > > Signed-off-by: Richard Henderson > --- > include/exec/exec-all.h | 14 +

[PATCH v5 44/67] linux-user: Add cpu_loop_exit_sigbus

2021-10-14 Thread Richard Henderson
This is a new interface to be provided by the os emulator for raising SIGBUS on fault. Use the new record_sigbus target hook. Signed-off-by: Richard Henderson --- include/exec/exec-all.h | 14 ++ linux-user/signal.c | 14 ++ 2 files changed, 28 insertions(+) diff --