Re: [Qemu-devel] [PATCH 1/4] socket: Rationalise function declarations

2010-01-05 Thread Anthony Liguori
On 12/27/2009 04:29 PM, Ian Molton wrote: Ian Molton wrote: Can I get the status of this patchset please ? I really dislike the idea of automatically reconnecting a socket. Mainly because I'm not sure that you can have sane universal semantics for what to do while it's disconnected. I woul

Re: [Qemu-devel] [PATCH 1/4] socket: Rationalise function declarations

2009-12-27 Thread Ian Molton
Ian Molton wrote: Can I get the status of this patchset please ? Thanks! > This patch rationalises the declaration of inet_listen_opts such that > it matches the other inet_{listen,connect}_opts functions. > > This change is needed for a patch adding socket reconection support. > > Signe

[Qemu-devel] [PATCH 1/4] socket: Rationalise function declarations

2009-12-17 Thread Ian Molton
This patch rationalises the declaration of inet_listen_opts such that it matches the other inet_{listen,connect}_opts functions. This change is needed for a patch adding socket reconection support. Signed-off-by: Ian Molton --- qemu-sockets.c |9 +++-- qemu_socket.h |2 +-