Re: [PATCH v2 06/41] linux-user: Reorg handling for SIGSEGV

2021-09-19 Thread Alistair Francis
On Sun, Sep 19, 2021 at 4:55 AM Richard Henderson wrote: > > Add stub host-signal.h for all linux-user hosts. > Add new code replacing cpu_signal_handler. > Full migration will happen one host at a time. > > Signed-off-by: Richard Henderson Acked-by: Alistair Francis Alistair > --- > linux-u

Re: [PATCH v2 06/41] linux-user: Reorg handling for SIGSEGV

2021-09-19 Thread Warner Losh
> On Sep 18, 2021, at 12:44 PM, Richard Henderson > wrote: > > Add stub host-signal.h for all linux-user hosts. > Add new code replacing cpu_signal_handler. > Full migration will happen one host at a time. > > Signed-off-by: Richard Henderson > --- > linux-user/host/aarch64/host-signal.h |

Re: [PATCH v2 06/41] linux-user: Reorg handling for SIGSEGV

2021-09-19 Thread Philippe Mathieu-Daudé
On 9/18/21 20:44, Richard Henderson wrote: > Add stub host-signal.h for all linux-user hosts. > Add new code replacing cpu_signal_handler. > Full migration will happen one host at a time. > > Signed-off-by: Richard Henderson > --- > diff --git a/linux-user/signal.c b/linux-user/signal.c > index

[PATCH v2 06/41] linux-user: Reorg handling for SIGSEGV

2021-09-18 Thread Richard Henderson
Add stub host-signal.h for all linux-user hosts. Add new code replacing cpu_signal_handler. Full migration will happen one host at a time. Signed-off-by: Richard Henderson --- linux-user/host/aarch64/host-signal.h | 1 + linux-user/host/arm/host-signal.h | 1 + linux-user/host/i386/host-