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 explanation was very helpful, so thanks for that). Somehow I ended up completely ignoring the context of the code (it's run as part of shutdown functions) and instead thought of the general condition of QMP connections going away anywhere in the code. I suppose this could be a relevant concern in an actually asynchronous client that may read from the socket (and encounter an error if the QEMU process has already gone away and closed the connection) at any time, but that's not what machine.py is meant for, at least not for now. So I'll just delete what I already wrote. This patch should be fine. Kevin
