[PATCH v2 0/2] python: misc machine.py improvements

John Snow posted 2 patches 1 year, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20221027185836.1455810-1-jsnow@redhat.com
Maintainers: John Snow <jsnow@redhat.com>, Cleber Rosa <crosa@redhat.com>, Beraldo Leal <bleal@redhat.com>
python/qemu/machine/machine.py | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
[PATCH v2 0/2] python: misc machine.py improvements
Posted by John Snow 1 year, 6 months ago
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