commit | 5dd1f02b4bc2f2c2ef3a2adfd8a412c8c8769085 | [log] [tgz] |
---|---|---|
author | Corey Minyard <cminyard@mvista.com> | Thu Oct 02 11:17:37 2014 -0500 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Sat Oct 04 08:59:14 2014 +0200 |
tree | f1857bf14d8e3f9ff98027449cb9a4090eae012a | |
parent | 16cc4ffe34f3fd6d0626ed459fb241304786a04b [diff] |
qemu-char: Add reconnecting to client sockets Adds a "reconnect" 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. Signed-off-by: Corey Minyard <cminyard@mvista.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>