[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 0/2] python: misc machine.py improvements
From: |
John Snow |
Subject: |
[PATCH v2 0/2] python: misc machine.py improvements |
Date: |
Thu, 27 Oct 2022 14:58:34 -0400 |
Improve machine.py logging and fix a shutdown bug that we *probably*
weren't actually hitting anywhere.
Changes for console input logging are on the way, but separate because
it will touch avocado.
More comprehensive fixes for multiple socket polling are also on the
way, but decidedly separate. This is the simple stuff that might make it
easier to diagnose failures in the meantime.
V2:
- Adjusted messages just a pinch. (Can't leave well enough alone.)
- Added exc_info=True for a log message in the shutdown failover case.
(danpb)
John Snow (2):
python/machine: Add debug logging to key state changes
python/machine: Handle termination cases without QMP
python/qemu/machine/machine.py | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
--
2.37.3
- [PATCH v2 0/2] python: misc machine.py improvements,
John Snow <=