Re: [Qemu-devel] [PATCH 1/2] linux-user: Implement signals for openrisc

2018-06-01 Thread Richard Henderson
On 06/01/2018 01:45 PM, Laurent Vivier wrote: > Le 31/05/2018 à 06:18, Richard Henderson a écrit : >> All of the existing code was boilerplate from elsewhere, >> and would crash the guest upon the first signal. >> >> Signed-off-by: Richard Henderson >> --- >> linux-user/openrisc/target_syscall.h

Re: [Qemu-devel] [PATCH 1/2] linux-user: Implement signals for openrisc

2018-06-01 Thread Laurent Vivier
Le 31/05/2018 à 06:18, Richard Henderson a écrit : > All of the existing code was boilerplate from elsewhere, > and would crash the guest upon the first signal. > > Signed-off-by: Richard Henderson > --- > linux-user/openrisc/target_syscall.h | 23 +-- > linux-user/openrisc/signal.c | 2

Re: [Qemu-devel] [PATCH 1/2] linux-user: Implement signals for openrisc

2018-06-01 Thread Richard Henderson
On 06/01/2018 12:59 PM, Laurent Vivier wrote: > Le 31/05/2018 à 06:18, Richard Henderson a écrit : >> All of the existing code was boilerplate from elsewhere, >> and would crash the guest upon the first signal. >> >> Signed-off-by: Richard Henderson >> --- >> linux-user/openrisc/target_syscall.h

Re: [Qemu-devel] [PATCH 1/2] linux-user: Implement signals for openrisc

2018-06-01 Thread Laurent Vivier
Le 31/05/2018 à 06:18, Richard Henderson a écrit : > All of the existing code was boilerplate from elsewhere, > and would crash the guest upon the first signal. > > Signed-off-by: Richard Henderson > --- > linux-user/openrisc/target_syscall.h | 23 +-- > linux-user/openrisc/signal.c | 2

[Qemu-devel] [PATCH 1/2] linux-user: Implement signals for openrisc

2018-05-30 Thread Richard Henderson
All of the existing code was boilerplate from elsewhere, and would crash the guest upon the first signal. Signed-off-by: Richard Henderson --- linux-user/openrisc/target_syscall.h | 23 +-- linux-user/openrisc/signal.c | 210 +++ linux-user/signal.c