All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Huth <thuth@redhat.com>
To: Samuel Thibault <samuel.thibault@ens-lyon.org>, qemu-devel@nongnu.org
Cc: jan.kiszka@siemens.com, jasowang@redhat.com
Subject: Re: [Qemu-devel] [PATCH] slirp: fix guest network access with darwin host
Date: Thu, 28 Apr 2016 20:54:33 +0200	[thread overview]
Message-ID: <57225C69.6020009@redhat.com> (raw)
In-Reply-To: <1461846412-12596-1-git-send-email-samuel.thibault@ens-lyon.org>

On 28.04.2016 14:26, Samuel Thibault wrote:
> On darwin, connect, sendto and friends want the exact size of the sockaddr,
> not more.  This adds the sockaddr_size helper to be used when passing a
> sockaddr size to such function, and makes use of it for sendto and connect
> calls.
> 
> Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
> ---
>  slirp/ip_icmp.c  |  2 +-
>  slirp/socket.c   |  2 +-
>  slirp/socket.h   | 12 ++++++++++++
>  slirp/tcp_subr.c |  2 +-
>  4 files changed, 15 insertions(+), 3 deletions(-)

Reviewed-by: Thomas Huth <thuth@redhat.com>

      reply	other threads:[~2016-04-28 18:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-28 12:26 [Qemu-devel] [PATCH] slirp: fix guest network access with darwin host Samuel Thibault
2016-04-28 18:54 ` Thomas Huth [this message]

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=57225C69.6020009@redhat.com \
    --to=thuth@redhat.com \
    --cc=jan.kiszka@siemens.com \
    --cc=jasowang@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=samuel.thibault@ens-lyon.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.