mbox series

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

Message ID 20221027185836.1455810-1-jsnow@redhat.com (mailing list archive)
Headers show
Series python: misc machine.py improvements | expand

Message

John Snow Oct. 27, 2022, 6:58 p.m. UTC
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(+)