qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Kevin Wolf
Subject: Re: [PATCH v5 2/8] python/machine: Handle QMP errors on close more meticulously
Date: Thu, 28 Oct 2021 12:01:10 +0200

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]