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

2017-02-05 Thread Pranith Kumar
Hi Laurent, Thanks for the review. Laurent Vivier writes: > Le 25/01/2017 à 01:10, Pranith Kumar a écrit : >> Adopted from a previous patch posting: >> https://lists.gnu.org/archive/html/qemu-devel/2016-07/msg02079.html >> >> CC: Allan Wirth >> CC: Peter Maydell >> Signed-off-by: Pranith Kum

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

2017-02-03 Thread Laurent Vivier
Le 25/01/2017 à 01:10, Pranith Kumar a écrit : > Adopted from a previous patch posting: > https://lists.gnu.org/archive/html/qemu-devel/2016-07/msg02079.html > > CC: Allan Wirth > CC: Peter Maydell > Signed-off-by: Pranith Kumar > --- > linux-user/signal.c | 264 > +++

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

2017-02-03 Thread Pranith Kumar
On Fri, Feb 3, 2017 at 11:10 AM, Wirth, Allan wrote: > The patch LGTM. :) Thanks for checking the latest patch and for the initial work. I am happy it did not get lost :) -- Pranith

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

2017-02-03 Thread Pranith Kumar
Peter Maydell writes: > On 25 January 2017 at 00:10, Pranith Kumar wrote: >> Adopted from a previous patch posting: >> https://lists.gnu.org/archive/html/qemu-devel/2016-07/msg02079.html >> >> CC: Allan Wirth >> CC: Peter Maydell >> Signed-off-by: Pranith Kumar > > Thanks for picking this pat

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

2017-02-03 Thread Wirth, Allan
Pranith, Thanks for doing this. I totally forgot about this (my work has moved elsewhere) so thank you for picking it back up. Please don’t worry about the attribution. The patch LGTM. :) Cheers, Allan On 2/3/17, 10:55 AM, "Pranith Kumar" wrote: Peter Maydell writes: > On

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

2017-02-03 Thread Peter Maydell
On 25 January 2017 at 00:10, Pranith Kumar wrote: > Adopted from a previous patch posting: > https://lists.gnu.org/archive/html/qemu-devel/2016-07/msg02079.html > > CC: Allan Wirth > CC: Peter Maydell > Signed-off-by: Pranith Kumar Thanks for picking this patch up. A nit about commit message f

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

2017-01-24 Thread Pranith Kumar
Adopted from a previous patch posting: https://lists.gnu.org/archive/html/qemu-devel/2016-07/msg02079.html CC: Allan Wirth CC: Peter Maydell Signed-off-by: Pranith Kumar --- linux-user/signal.c | 264 --- target/i386/cpu.h| 2 + target