qemu-cr16/python/qemu/utils
Steve Sistare 4ece9b61c9 python: use qom-list-get
Use qom-list-get to speed up the qom-tree command.

Signed-off-by: Steve Sistare <steven.sistare@oracle.com>
Acked-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <1752248703-217318-3-git-send-email-steven.sistare@oracle.com>
Tested-by: Markus Armbruster <armbru@redhat.com>
[Lint picked off to mollify make check-minreqs]
Signed-off-by: Markus Armbruster <armbru@redhat.com>
2025-07-16 16:58:41 +02: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: use qom-list-get 2025-07-16 16:58:41 +02:00
qom_common.py python: use qom-list-get 2025-07-16 16:58:41 +02: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.