[Qemu-devel] [PATCH 01/10] alpha-linux-user: Fix signal handling

2012-08-03 Thread Richard Henderson
Proper signal numbers were not defined, and EXCP_INTERRUPT was unhandled, leading to all sorts of subtle confusion. Reviewed-by: Peter Maydell Signed-off-by: Richard Henderson --- linux-user/main.c |3 +++ linux-user/syscall_defs.h | 41 - 2

Re: [Qemu-devel] [PATCH 01/10] alpha-linux-user: Fix signal handling

2012-08-02 Thread Peter Maydell
On 25 July 2012 23:10, 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 01/10] alpha-linux-user: Fix signal handling

2012-07-25 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