mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-01-30 04:40:37 -07:00
In order to upload a QMP package to PyPI, I want to remove any scripts that I am not 100% confident I want to support upstream, beyond our castle walls. Move most of our QMP utilities into the utils package so we can split them out from the PyPI upload. Signed-off-by: John Snow <jsnow@redhat.com> Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> Reviewed-by: Beraldo Leal <bleal@redhat.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| accel.py | ||
| py.typed | ||
| qemu_ga_client.py | ||
| qom.py | ||
| qom_common.py | ||
| qom_fuse.py | ||
| 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.