qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Lei Li <lilei@linux.vnet.ibm.com>
To: "mjt@tls.msk.ru >> Michael Tokarev" <mjt@tls.msk.ru>
Cc: qemu-trivial@nongnu.org, Stefan Weil <sw@weilnetz.de>,
	qemu-devel <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PATCH] linux-user: Fix typo in comment
Date: Mon, 27 May 2013 18:35:28 +0800	[thread overview]
Message-ID: <51A336F0.2020301@linux.vnet.ibm.com> (raw)
In-Reply-To: <519A0488.60608@weilnetz.de>

On 05/20/2013 07:10 PM, Stefan Weil wrote:
> Am 20.05.2013 11:20, schrieb Lei Li:
>> Signed-off-by: Lei Li <lilei@linux.vnet.ibm.com>
>> ---
>>   linux-user/syscall.c |    2 +-
>>   1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/linux-user/syscall.c b/linux-user/syscall.c
>> index 30e93bc..72c6866 100644
>> --- a/linux-user/syscall.c
>> +++ b/linux-user/syscall.c
>> @@ -8236,7 +8236,7 @@ abi_long do_syscall(void *cpu_env, int num, abi_long arg1,
>>   #ifdef TARGET_NR_madvise
>>       case TARGET_NR_madvise:
>>           /* A straight passthrough may not be safe because qemu sometimes
>> -           turns private flie-backed mappings into anonymous mappings.
>> +           turns private file-backed mappings into anonymous mappings.
>>              This will break MADV_DONTNEED.
>>              This is a hint, so ignoring and returning success is ok.  */
>>           ret = get_errno(0);
> Reviewed-by: Stefan Weil <sw@weilnetz.de>
>
PING?


-- 
Lei

  reply	other threads:[~2013-05-27 10:36 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-20  9:20 [Qemu-devel] [PATCH] linux-user: Fix typo in comment Lei Li
2013-05-20 11:10 ` Stefan Weil
2013-05-27 10:35   ` Lei Li [this message]
2013-05-27 19:39 ` [Qemu-devel] [Qemu-trivial] " Michael Tokarev

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=51A336F0.2020301@linux.vnet.ibm.com \
    --to=lilei@linux.vnet.ibm.com \
    --cc=mjt@tls.msk.ru \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@nongnu.org \
    --cc=sw@weilnetz.de \
    /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).