Re: [Qemu-devel] [PATCH v2 0/3] net: asynchronous send/receive for net/socket.c

2012-08-29 Thread Stefan Hajnoczi
On Tue, Aug 21, 2012 at 04:52:28PM +0100, Stefan Hajnoczi wrote: > The net subsystem supports non-blocking sockets and asynchronous send/receive. > Unfortunately, net/socket.c doesn't fully take advantage of that yet. > > This patch series makes send asynchronous and drops code that will spin when

[Qemu-devel] [PATCH v2 0/3] net: asynchronous send/receive for net/socket.c

2012-08-21 Thread Stefan Hajnoczi
The net subsystem supports non-blocking sockets and asynchronous send/receive. Unfortunately, net/socket.c doesn't fully take advantage of that yet. This patch series makes send asynchronous and drops code that will spin when the non-blocking socket would block. Also take advantage of qemu_set_fd