[Qemu-devel] Re: [RFC][RESEND][PATCH v1 05/15] virtproxy: add accept handler for communication channel

2010-11-04 Thread Michael Roth
On 11/03/2010 06:02 PM, Adam Litke wrote: On Wed, 2010-11-03 at 10:28 -0500, Michael Roth wrote: This accept()'s connections to the socket we told virt-proxy to listen for the channel connection on and sets the appropriate read handler for the resulting FD. Signed-off-by: Michael Roth --- vir

[Qemu-devel] Re: [RFC][RESEND][PATCH v1 05/15] virtproxy: add accept handler for communication channel

2010-11-03 Thread Adam Litke
On Wed, 2010-11-03 at 10:28 -0500, Michael Roth wrote: > This accept()'s connections to the socket we told virt-proxy to listen > for the channel connection on and sets the appropriate read handler for > the resulting FD. > > Signed-off-by: Michael Roth > --- > virtproxy.c | 37 +++