qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Anthony Liguori <aliguori@us.ibm.com>
To: Juan Quintela <quintela@trasno.org>
Cc: qemu-devel@nongnu.org
Subject: [Qemu-devel] Re: [COMMIT 9977c89] Make tcp_chr_read() use recvmsg()
Date: Mon, 27 Jul 2009 14:56:32 -0500	[thread overview]
Message-ID: <4A6E0670.8090206@us.ibm.com> (raw)
In-Reply-To: <m3ocr6sz9a.fsf@neno.mitica>

Juan Quintela wrote:
> Anthony Liguori <aliguori@us.ibm.com> wrote:
>   
>> From: Mark McLoughlin <markmc@redhat.com>
>>
>> Split out tcp_chr_recv() out of tcp_chr_read() and implement it on
>> non-win32 using recvmsg(). This is needed for a subsequent patch
>> which implements SCM_RIGHTS support.
>>
>> Signed-off-by: Mark McLoughlin <markmc@redhat.com>
>> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
>>
>> diff --git a/qemu-char.c b/qemu-char.c
>> index 287e0cd..9886228 100644
>> --- a/qemu-char.c
>> +++ b/qemu-char.c
>> @@ -1907,6 +1907,29 @@ static void tcp_chr_process_IAC_bytes(CharDriverState *chr,
>>      *size = j;
>>  }
>>  
>> +#ifndef WIN32
>>     
>
> As far as I know, WIN32 is not defined, it has to be _WIN32
>
> Later, Juan.
>   

Indeed, thanks for catching that.


-- 
Regards,

Anthony Liguori

           reply	other threads:[~2009-07-27 19:56 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <m3ocr6sz9a.fsf@neno.mitica>]

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=4A6E0670.8090206@us.ibm.com \
    --to=aliguori@us.ibm.com \
    --cc=qemu-devel@nongnu.org \
    --cc=quintela@trasno.org \
    /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).