From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60587) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YFMYe-00047K-Od for qemu-devel@nongnu.org; Sun, 25 Jan 2015 07:44:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YFMYZ-0005bK-TU for qemu-devel@nongnu.org; Sun, 25 Jan 2015 07:44:52 -0500 Received: from mail-la0-f49.google.com ([209.85.215.49]:40182) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YFMYZ-0005b7-Mb for qemu-devel@nongnu.org; Sun, 25 Jan 2015 07:44:47 -0500 Received: by mail-la0-f49.google.com with SMTP id gf13so3966132lab.8 for ; Sun, 25 Jan 2015 04:44:46 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <54C4D51E.4030408@sunrus.com.cn> References: <54C4D51E.4030408@sunrus.com.cn> From: Peter Maydell Date: Sun, 25 Jan 2015 12:44:26 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH] linux-user/main.c: Use TARGET_SIG* instead of SIG* List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Chen Gang S Cc: QEMU Trivial , Riku Voipio , qemu-devel 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 thanks -- PMM