]> git.proxmox.com Git - qemu.git/commit
Merge remote-tracking branch 'sweil/mingw' into staging
authorAnthony Liguori <anthony@codemonkey.ws>
Wed, 9 Oct 2013 14:52:21 +0000 (07:52 -0700)
committerAnthony Liguori <anthony@codemonkey.ws>
Wed, 9 Oct 2013 14:52:21 +0000 (07:52 -0700)
commit9e8f8b1cd8e1b85dc93c367c4745f9944079a37b
treea4368aa23843f61829c01eb25a0deebee2262642
parentdfe22799751818115ed6d36bedc8a55b2026de3a
parent04fd1c789677fe121cb9546c652d088c994477fb
Merge remote-tracking branch 'sweil/mingw' into staging

# By Sebastian Ottlik
# Via Stefan Weil
* sweil/mingw:
  util: call socket_set_fast_reuse instead of setting SO_REUSEADDR
  slirp: call socket_set_fast_reuse instead of setting SO_REUSEADDR
  net: call socket_set_fast_reuse instead of setting SO_REUSEADDR
  gdbstub: call socket_set_fast_reuse instead of setting SO_REUSEADDR
  util: add socket_set_fast_reuse function which will replace setting SO_REUSEADDR

Message-id: 1380735690-24009-1-git-send-email-sw@weilnetz.de
Signed-off-by: Anthony Liguori <anthony@codemonkey.ws>