Re: [PATCH v5 01/12] python/machine.py: consolidate _post_shutdown()

2020-07-13 Thread Philippe Mathieu-Daudé
On 7/10/20 7:06 AM, John Snow wrote: > Move more cleanup actions into _post_shutdown. As a change, if QEMU > should so happen to be terminated during a call to wait(), that event > will now be logged. > > This is not likely to occur during normative use. > > Signed-off-by: John Snow > --- > pyt

Re: [PATCH v5 01/12] python/machine.py: consolidate _post_shutdown()

2020-07-13 Thread Cleber Rosa
On Fri, Jul 10, 2020 at 01:06:38AM -0400, John Snow wrote: > Move more cleanup actions into _post_shutdown. As a change, if QEMU > should so happen to be terminated during a call to wait(), that event > will now be logged. > > This is not likely to occur during normative use. > > Signed-off-by: J

[PATCH v5 01/12] python/machine.py: consolidate _post_shutdown()

2020-07-09 Thread John Snow
Move more cleanup actions into _post_shutdown. As a change, if QEMU should so happen to be terminated during a call to wait(), that event will now be logged. This is not likely to occur during normative use. Signed-off-by: John Snow --- python/qemu/machine.py | 27 +-- 1