qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Michael Tokarev <mjt@tls.msk.ru>
To: Chen Gang S <gang.chen@sunrus.com.cn>,
	riku.voipio@iki.fi, Peter Maydell <peter.maydell@linaro.org>
Cc: QEMU Trivial <qemu-trivial@nongnu.org>,
	qemu-devel <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PATCH] linux-user/main.c: Use TARGET_SIG* instead of SIG*
Date: Tue, 27 Jan 2015 18:47:25 +0300	[thread overview]
Message-ID: <54C7B30D.4060204@msgid.tls.msk.ru> (raw)
In-Reply-To: <54C4D51E.4030408@sunrus.com.cn>

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

  parent reply	other threads:[~2015-01-27 15:47 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-25 11:35 [Qemu-devel] [PATCH] linux-user/main.c: Use TARGET_SIG* instead of SIG* Chen Gang S
2015-01-25 12:44 ` Peter Maydell
2015-01-27 15:47 ` Michael Tokarev [this message]
2015-01-27 15:49   ` Peter Maydell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=54C7B30D.4060204@msgid.tls.msk.ru \
    --to=mjt@tls.msk.ru \
    --cc=gang.chen@sunrus.com.cn \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@nongnu.org \
    --cc=riku.voipio@iki.fi \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).