qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Michael Tokarev
Subject: Re: [Qemu-devel] [PATCH] linux-user/main.c: Use TARGET_SIG* instead of SIG*
Date: Tue, 27 Jan 2015 18:47:25 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.3.0

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 TARGET_SIG*.

> The related vi operation command is "1,$ s/\<SIG/TARGET_SIG/g".

The corresponding vi command is "1,$ s/\<SIG/TARGET_SIG/g".

Applied to -trivial with the above corrections.  Thank you!

/mjt



reply via email to

[Prev in Thread] Current Thread [Next in Thread]