Re: [RFC PATCH v1 04/26] char-socket: add 'reconnecting' property

2020-04-15 Thread Adalbert Lazăr
On Wed, 15 Apr 2020 12:46:57 +0200, Marc-André Lureau wrote: > Hi > > On Wed, Apr 15, 2020 at 3:03 AM Adalbert Lazăr wrote: > > > > This is used by the VM introspection object to check if the connection > > will be reestablished in case it disconnects from some reason. > > > > The closing of th

Re: [RFC PATCH v1 04/26] char-socket: add 'reconnecting' property

2020-04-15 Thread Marc-André Lureau
Hi On Wed, Apr 15, 2020 at 3:03 AM Adalbert Lazăr wrote: > > This is used by the VM introspection object to check if the connection > will be reestablished in case it disconnects from some reason. > > The closing of the socket is used by any of the three parties involved, > KVM, the introspection

[RFC PATCH v1 04/26] char-socket: add 'reconnecting' property

2020-04-14 Thread Adalbert Lazăr
This is used by the VM introspection object to check if the connection will be reestablished in case it disconnects from some reason. The closing of the socket is used by any of the three parties involved, KVM, the introspection tool and QEMU (eg. on force-reset), to signal the other parties that