[Qemu-devel] [PATCH 6/6] linux-user: Fix siginfo handling

2012-10-11 Thread Richard Henderson
Compare signal numbers in the proper domain. Convert all of the fields for SIGIO and SIGCHLD. Signed-off-by: Richard Henderson --- linux-user/qemu.h| 3 +++ linux-user/signal.c | 59 +++- linux-user/syscall.c | 2 +- 3 files changed, 44 inse

[Qemu-devel] [PATCH 6/6] linux-user: Fix siginfo handling

2012-09-21 Thread Richard Henderson
Compare signal numbers in the proper domain. Convert all of the fields for SIGIO and SIGCHLD. Signed-off-by: Richard Henderson --- linux-user/qemu.h| 3 +++ linux-user/signal.c | 59 +++- linux-user/syscall.c | 2 +- 3 files changed, 44 inse

Re: [Qemu-devel] [PATCH 6/6] linux-user: Fix siginfo handling

2012-09-16 Thread Andreas Färber
Am 15.09.2012 22:24, schrieb Richard Henderson: > Compare signal numbers in the proper domain. > Convert all of the fields for SIGIO and SIGCHLD. > > Signed-off-by: Richard Henderson > --- > linux-user/qemu.h| 3 +++ > linux-user/signal.c | 59 > +++

[Qemu-devel] [PATCH 6/6] linux-user: Fix siginfo handling

2012-09-15 Thread Richard Henderson
Compare signal numbers in the proper domain. Convert all of the fields for SIGIO and SIGCHLD. Signed-off-by: Richard Henderson --- linux-user/qemu.h| 3 +++ linux-user/signal.c | 59 +++- linux-user/syscall.c | 2 +- 3 files changed, 44 inse