]> git.proxmox.com Git - mirror_qemu.git/commit - configure
Introduce a Python module structure
authorCleber Rosa <crosa@redhat.com>
Wed, 6 Feb 2019 16:29:01 +0000 (11:29 -0500)
committerCleber Rosa <crosa@redhat.com>
Fri, 22 Feb 2019 19:07:01 +0000 (14:07 -0500)
commit8f8fd9edba4bd6768da2c8e2bea49ad5c16ced1a
treece9b96833ac68e67cd391393e34f0fcae530f8b1
parent9531d26c10613348b53e1846566380be4f15b23c
Introduce a Python module structure

This is a simple move of Python code that wraps common QEMU
functionality, and are used by a number of different tests
and scripts.

By treating that code as a real Python module, we can more easily:
 * reuse code
 * have a proper place for the module's own unittests
 * apply a more consistent style
 * generate documentation

Signed-off-by: Cleber Rosa <crosa@redhat.com>
Reviewed-by: Caio Carrara <ccarrara@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-Id: <20190206162901.19082-2-crosa@redhat.com>
Signed-off-by: Cleber Rosa <crosa@redhat.com>
19 files changed:
configure
python/qemu/__init__.py [new file with mode: 0644]
python/qemu/qmp.py [new file with mode: 0644]
python/qemu/qtest.py [new file with mode: 0644]
scripts/device-crash-test
scripts/qemu.py [deleted file]
scripts/qmp/__init__.py [deleted file]
scripts/qmp/qemu-ga-client
scripts/qmp/qmp-shell
scripts/qmp/qmp.py [deleted file]
scripts/qtest.py [deleted file]
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/qemu-iotests/238
tests/qemu-iotests/iotests.py
tests/vm/basevm.py