Re: [Qemu-devel] [PATCH v3] linux-user: Add signal handling support for x86_64

2017-02-26 Thread Laurent Vivier
Le 26/02/2017 à 17:53, Pranith Kumar a écrit : > Note that x86_64 has only _rt signal handlers. This implementation > attempts to share code with the x86_32 implementation. > > CC: Laurent Vivier > Signed-off-by: Allan Wirth > Reviewed-by: Peter Maydell > Signed-off-by: Pranith Kumar > --- >

[Qemu-devel] [PATCH v3] linux-user: Add signal handling support for x86_64

2017-02-26 Thread Pranith Kumar
Note that x86_64 has only _rt signal handlers. This implementation attempts to share code with the x86_32 implementation. CC: Laurent Vivier Signed-off-by: Allan Wirth Reviewed-by: Peter Maydell Signed-off-by: Pranith Kumar --- linux-user/signal.c | 278 ++