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. John Snow (2): python/machine: Add debug logging to key state changes python/machine: Handle termination cases without QMP python/qemu/machine/machine.py | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) -- 2.37.3