Re: [Qemu-devel] [PATCH] linux-user/main.c: Use TARGET_SIG* instead of SIG*

2015-01-27 Thread Peter Maydell
On 27 January 2015 at 15:47, Michael Tokarev wrote: > 25.01.2015 14:35, Chen Gang S wrote: >> In main.c, all SIG* need be change to TARGET_SIG*, since the related >> next call are all for TARGET_SIG*: queue_signal() and gdb_handlesig(). > > In main.c, all SIG* should be TARGET_SIG*, since the rele

Re: [Qemu-devel] [PATCH] linux-user/main.c: Use TARGET_SIG* instead of SIG*

2015-01-27 Thread Michael Tokarev
25.01.2015 14:35, Chen Gang S wrote: > In main.c, all SIG* need be change to TARGET_SIG*, since the related > next call are all for TARGET_SIG*: queue_signal() and gdb_handlesig(). In main.c, all SIG* should be TARGET_SIG*, since the relevant functions (queue_signal() and gdb_handlesig()) expects

Re: [Qemu-devel] [PATCH] linux-user/main.c: Use TARGET_SIG* instead of SIG*

2015-01-25 Thread Peter Maydell
On 25 January 2015 at 11:35, Chen Gang S wrote: > In main.c, all SIG* need be change to TARGET_SIG*, since the related > next call are all for TARGET_SIG*: queue_signal() and gdb_handlesig(). > > The related vi operation command is "1,$ s/\ > > Signed-off-by: Chen Gang Reviewed-by: Peter Maydell

[Qemu-devel] [PATCH] linux-user/main.c: Use TARGET_SIG* instead of SIG*

2015-01-25 Thread Chen Gang S
In main.c, all SIG* need be change to TARGET_SIG*, since the related next call are all for TARGET_SIG*: queue_signal() and gdb_handlesig(). The related vi operation command is "1,$ s/\ --- linux-user/main.c | 64 +++ 1 file changed, 32 insertion