]> git.ipfire.org Git - thirdparty/qemu.git/commit
python/machine: Add debug logging to key state changes
authorJohn Snow <jsnow@redhat.com>
Thu, 27 Oct 2022 18:58:35 +0000 (14:58 -0400)
committerJohn Snow <jsnow@redhat.com>
Wed, 4 Jan 2023 18:46:05 +0000 (13:46 -0500)
commit9cccb3305a26ee01fea7b3a179eca01c98083e3a
tree48fe8fb0c84a9b642a83f0c706fd3f472c8c967c
parentecc9a58835f8d4ea4e3ed36832032a71ee08fbb2
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>
python/qemu/machine/machine.py