Re: [Qemu-devel] [PATCH] Add signal handling support for x86_64.

2016-07-25 Thread Peter Maydell
On 9 July 2016 at 21:07, Wirth, Allan wrote: > Note that x86_64 has only _rt signal handlers. This implementation > attempts to share code with the x86_32 implementation. > > Reported-by: Timothy Pearson > Suggested-by: Peter Maydell > Signed-off-by: Allan Wirth Thanks. This mostly looks good;

[Qemu-devel] [PATCH] Add signal handling support for x86_64.

2016-07-09 Thread Wirth, Allan
Note that x86_64 has only _rt signal handlers. This implementation attempts to share code with the x86_32 implementation. Reported-by: Timothy Pearson Suggested-by: Peter Maydell Signed-off-by: Allan Wirth --- linux-user/signal.c | 344 --- targ