qemu-e2k/python/qemu
John Snow 9cccb3305a python/machine: Add debug logging to key state changes
When key decisions are made about the lifetime of the VM process being
managed, there's no log entry. Juxtaposed with the very verbose runstate
change logging of the QMP module, machine seems a bit too introverted
now.

Season the machine.py module with logging statements to taste to help
make a tastier soup.

Signed-off-by: John Snow <jsnow@redhat.com>
2023-01-04 13:46:05 -05:00
..
machine python/machine: Add debug logging to key state changes 2023-01-04 13:46:05 -05:00
qmp python/qemu/qmp/legacy: Replace 'returns-whitelist' with the correct type 2022-07-18 20:28:06 +02:00
utils misc: fix commonly doubled up words 2022-08-01 11:58:02 +02:00
README.rst python: add directory structure README.rst files 2021-06-01 16:21:21 -04:00

QEMU Python Namespace
=====================

This directory serves as the root of a `Python PEP 420 implicit
namespace package <https://www.python.org/dev/peps/pep-0420/>`_.

Each directory below is assumed to be an installable Python package that
is available under the ``qemu.<package>`` namespace.