Re: [Qemu-devel] [PATCH 1/9] alpha-linux-user: Fix signal handling

2012-06-22 Thread Peter Maydell
On 7 June 2012 23:24, Richard Henderson wrote: > Proper signal numbers were not defined, and EXCP_INTERRUPT > was unhandled, leading to all sorts of subtle confusion. > > Signed-off-by: Richard Henderson Reviewed-by: Peter Maydell -- PMM

[Qemu-devel] [PATCH 1/9] alpha-linux-user: Fix signal handling

2012-06-07 Thread Richard Henderson
Proper signal numbers were not defined, and EXCP_INTERRUPT was unhandled, leading to all sorts of subtle confusion. Signed-off-by: Richard Henderson --- linux-user/main.c |3 +++ linux-user/syscall_defs.h | 41 - 2 files changed, 43 insertion