Re: [PATCH v5 2/8] python/machine: Handle QMP errors on close more meticulously

2021-10-28 Thread John Snow
On Thu, Oct 28, 2021, 6:01 AM Kevin Wolf wrote: > Am 27.10.2021 um 19:49 hat John Snow geschrieben: > > This reply is long, sorry. > > And after writing half of a very long reply myself, I noticed that I was > just very confused, so sorry for making you write a long text for no > real reason (wel

Re: [PATCH v5 2/8] python/machine: Handle QMP errors on close more meticulously

2021-10-28 Thread Kevin Wolf
Am 27.10.2021 um 19:49 hat John Snow geschrieben: > This reply is long, sorry. And after writing half of a very long reply myself, I noticed that I was just very confused, so sorry for making you write a long text for no real reason (well, at least for my first point - for the second one, your exp

Re: [PATCH v5 2/8] python/machine: Handle QMP errors on close more meticulously

2021-10-27 Thread John Snow
This reply is long, sorry. On Wed, Oct 27, 2021 at 7:19 AM Kevin Wolf wrote: > Am 26.10.2021 um 19:56 hat John Snow geschrieben: > > To use the AQMP backend, Machine just needs to be a little more diligent > > about what happens when closing a QMP connection. The operation is no > > longer a fre

Re: [PATCH v5 2/8] python/machine: Handle QMP errors on close more meticulously

2021-10-27 Thread Kevin Wolf
Am 26.10.2021 um 19:56 hat John Snow geschrieben: > To use the AQMP backend, Machine just needs to be a little more diligent > about what happens when closing a QMP connection. The operation is no > longer a freebie in the async world; it may return errors encountered in > the async bottom half on

[PATCH v5 2/8] python/machine: Handle QMP errors on close more meticulously

2021-10-26 Thread John Snow
To use the AQMP backend, Machine just needs to be a little more diligent about what happens when closing a QMP connection. The operation is no longer a freebie in the async world; it may return errors encountered in the async bottom half on incoming message receipt, etc. (AQMP's disconnect, ultima