Re: [Qemu-devel] [PATCH] chardev: Add reconnecting to client sockets

2014-09-19 Thread Eric Blake
On 09/19/2014 03:58 PM, miny...@acm.org wrote: > From: Corey Minyard > > Adds a "recon" option to socket backends that gives a reconnect > timeout. This only applies to client sockets. If the other end > of a socket closes the connection, qemu will attempt to reconnect > after the given number

Re: [Qemu-devel] [PATCH] chardev: Add reconnecting to client sockets

2014-09-19 Thread Paolo Bonzini
Il 19/09/2014 23:58, miny...@acm.org ha scritto: > From: Corey Minyard > > Adds a "recon" option to socket backends that gives a reconnect > timeout. This only applies to client sockets. If the other end > of a socket closes the connection, qemu will attempt to reconnect > after the given numbe

Re: [Qemu-devel] [PATCH] chardev: Add reconnecting to client sockets

2014-09-19 Thread Matthew Garrett
On Fri, Sep 19, 2014 at 04:58:57PM -0500, miny...@acm.org wrote: > From: Corey Minyard > > Adds a "recon" option to socket backends that gives a reconnect > timeout. This only applies to client sockets. If the other end > of a socket closes the connection, qemu will attempt to reconnect > after

[Qemu-devel] [PATCH] chardev: Add reconnecting to client sockets

2014-09-19 Thread minyard
From: Corey Minyard Adds a "recon" option to socket backends that gives a reconnect timeout. This only applies to client sockets. If the other end of a socket closes the connection, qemu will attempt to reconnect after the given number of seconds. This rearranges things a bit, all socket confi