mirror_qemu/python/qemu/utils
Daniel P. Berrangé 7a21bee2aa misc: fix commonly doubled up words
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20220707163720.1421716-5-berrange@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
2022-08-01 11:58:02 +02:00
..
README.rst tests/acceptance: rename tests acceptance to tests avocado 2021-11-08 17:00:22 +01:00
__init__.py misc: fix commonly doubled up words 2022-08-01 11:58:02 +02:00
accel.py python: Fix broken ReST docstrings 2021-06-30 21:57:08 -04:00
py.typed python: expose typing information via PEP 561 2021-06-30 21:54:04 -04:00
qemu_ga_client.py python: rename qemu.aqmp to qemu.qmp 2022-04-21 11:01:00 -04:00
qom.py python: rename qemu.aqmp to qemu.qmp 2022-04-21 11:01:00 -04:00
qom_common.py python: rename qemu.aqmp to qemu.qmp 2022-04-21 11:01:00 -04:00
qom_fuse.py python: rename qemu.aqmp to qemu.qmp 2022-04-21 11:01:00 -04:00

README.rst

qemu.utils package
==================

This package provides miscellaneous utilities used for testing and
debugging QEMU. It is used primarily by the vm and avocado tests.

See the documentation in ``__init__.py`` for more information.