From: Stefan Weil <sw@weilnetz.de>
To: Anthony Liguori <anthony@codemonkey.ws>
Cc: qemu-devel <qemu-devel@nongnu.org>
Subject: [Qemu-devel] [PULL 0/5] net: Add and use new function socket_set_fast_reuse
Date: Wed, 2 Oct 2013 19:41:24 +0200 [thread overview]
Message-ID: <1380735690-24009-1-git-send-email-sw@weilnetz.de> (raw)
The following changes since commit a684f3cf9b9b9c3cb82be87aafc463de8974610c:
Merge remote-tracking branch 'kraxel/seabios-1.7.3.2' into staging (2013-09-30 17:15:27 -0500)
are available in the git repository at:
git://qemu.weilnetz.de/qemu.git mingw
for you to fetch changes up to 04fd1c789677fe121cb9546c652d088c994477fb:
util: call socket_set_fast_reuse instead of setting SO_REUSEADDR (2013-10-02 19:20:31 +0200)
----------------------------------------------------------------
Sebastian Ottlik (5):
util: add socket_set_fast_reuse function which will replace setting SO_REUSEADDR
gdbstub: call socket_set_fast_reuse instead of setting SO_REUSEADDR
net: call socket_set_fast_reuse instead of setting SO_REUSEADDR
slirp: call socket_set_fast_reuse instead of setting SO_REUSEADDR
util: call socket_set_fast_reuse instead of setting SO_REUSEADDR
gdbstub.c | 6 ++----
include/qemu/sockets.h | 1 +
net/socket.c | 19 ++++++++++---------
slirp/misc.c | 3 +--
slirp/socket.c | 4 +---
slirp/tcp_subr.c | 6 ++----
slirp/udp.c | 4 ++--
util/oslib-posix.c | 12 ++++++++++++
util/oslib-win32.c | 10 ++++++++++
util/qemu-sockets.c | 6 +++---
10 files changed, 44 insertions(+), 27 deletions(-)
[PULL 1/5] util: add socket_set_fast_reuse function which will
[PULL 2/5] gdbstub: call socket_set_fast_reuse instead of setting
[PULL 3/5] net: call socket_set_fast_reuse instead of setting
[PULL 4/5] slirp: call socket_set_fast_reuse instead of setting
[PULL 5/5] util: call socket_set_fast_reuse instead of setting
next reply other threads:[~2013-10-02 17:41 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-02 17:41 Stefan Weil [this message]
2013-10-02 17:41 ` [Qemu-devel] [PULL 1/5] util: add socket_set_fast_reuse function which will replace setting SO_REUSEADDR Stefan Weil
2013-10-02 17:41 ` [Qemu-devel] [PULL 2/5] gdbstub: call socket_set_fast_reuse instead of " Stefan Weil
2013-10-02 17:41 ` [Qemu-devel] [PULL 3/5] net: " Stefan Weil
2013-10-02 17:41 ` [Qemu-devel] [PULL 4/5] slirp: " Stefan Weil
2013-10-02 17:41 ` [Qemu-devel] [PULL 5/5] util: " Stefan Weil
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=1380735690-24009-1-git-send-email-sw@weilnetz.de \
--to=sw@weilnetz.de \
--cc=anthony@codemonkey.ws \
--cc=qemu-devel@nongnu.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).