qemu-cr16/python/qemu/utils
Peter Maydell 767df742fb tests/functional: Add hvf_available() helper
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-id: 20250623121845.7214-26-philmd@linaro.org
[PMM: tweaks to satisfy the python linter CI job]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
2025-07-01 17:22:27 +01:00
..
__init__.py tests/functional: Add hvf_available() helper 2025-07-01 17:22:27 +01:00
accel.py tests/functional: Add hvf_available() helper 2025-07-01 17:22:27 +01:00
py.typed python: expose typing information via PEP 561 2021-06-30 21:54:04 -04:00
qemu_ga_client.py python: linter changes for pylint 3.x 2024-07-12 16:36:20 -04:00
qom.py python/qemu: rename command() to cmd() 2023-10-12 14:21:43 -04:00
qom_common.py python/qemu: rename command() to cmd() 2023-10-12 14:21:43 -04:00
qom_fuse.py python/qemu: rename command() to cmd() 2023-10-12 14:21:43 -04:00
README.rst tests/acceptance: rename tests acceptance to tests avocado 2021-11-08 17:00:22 +01:00

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.