qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/2] slirp: remove fd_block/fd_nonblock


From: Paolo Bonzini
Subject: [Qemu-devel] [PATCH 0/2] slirp: remove fd_block/fd_nonblock
Date: Thu, 22 Mar 2012 01:02:50 +0100

Of these two functions, one is unused and the other is a dup of
socket_set_nonblock.  Unfortunately, there are some conflicts
with system headers that need to be sorted out first.

Paolo Bonzini (2):
  slirp: clean up conflicts with system headers
  slirp: use socket_set_nonblock

 slirp/misc.c     |   46 +---------------------------------------------
 slirp/slirp.h    |    8 +-------
 slirp/tcp.h      |   21 +++++++++++++++------
 slirp/tcp_subr.c |    4 ++--
 4 files changed, 19 insertions(+), 60 deletions(-)

-- 
1.7.9.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]