Files
qemu-qemu/python/qemu/utils
John Snow e1e49b35b3 python: delete qemu.qmp
Start relying on the external python-qemu-qmp dependency instead, to
prevent desync between the internal and external libraries.

This library is now entirely independent; to contribute changes, see
https://gitlab.com/qemu-project/python-qemu-qmp/

Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20260218213416.674483-19-jsnow@redhat.com>
Signed-off-by: John Snow <jsnow@redhat.com>
2026-02-24 13:11:29 -05:00
..
2025-07-16 16:58:41 +02:00
2026-02-24 13:11:29 -05:00
2025-07-16 16:58:41 +02:00

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

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

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