]> git.proxmox.com Git - mirror_qemu.git/commit
python/qemu: split QEMUMachine out from underneath __init__.py
authorJohn Snow <jsnow@redhat.com>
Thu, 27 Jun 2019 21:28:14 +0000 (17:28 -0400)
committerEduardo Habkost <ehabkost@redhat.com>
Mon, 1 Jul 2019 22:02:10 +0000 (19:02 -0300)
commitabf0bf998dcb20807195018bfdd7abca2930dbbd
tree1e8edb1d32d794a2ca1ac2e43bdffa7777155c36
parent08aa87f5e78270c3b225eb5c89c069aa9f49f5c1
python/qemu: split QEMUMachine out from underneath __init__.py

It's not obvious that something named __init__.py actually houses
important code that isn't relevant to python packaging glue. Move the
QEMUMachine and related error classes out into their own module.

Adjust users to the new import location.

Signed-off-by: John Snow <jsnow@redhat.com>
Message-Id: <20190627212816.27298-2-jsnow@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
python/qemu/__init__.py
python/qemu/machine.py [new file with mode: 0644]
python/qemu/qtest.py
scripts/device-crash-test
scripts/render_block_graph.py
tests/acceptance/avocado_qemu/__init__.py
tests/acceptance/virtio_version.py
tests/migration/guestperf/engine.py
tests/qemu-iotests/235
tests/vm/basevm.py