qemu-e2k/python/qemu/utils
John Snow 37094b6dd5 python: rename qemu.aqmp to qemu.qmp
Now that we are fully switched over to the new QMP library, move it back
over the old namespace. This is being done primarily so that we may
upload this package simply as "qemu.qmp" without introducing confusion
over whether or not "aqmp" is a new protocol or not.

The trade-off is increased confusion inside the QEMU developer
tree. Sorry!

Note: the 'private' member "_aqmp" in legacy.py also changes to "_qmp";
not out of necessity, but just to remove any traces of the "aqmp"
name.

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Beraldo Leal <bleal@redhat.com>
Acked-by: Hanna Reitz <hreitz@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@openvz.org>
Message-id: 20220330172812.3427355-8-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
2022-04-21 11:01:00 -04:00
..
README.rst tests/acceptance: rename tests acceptance to tests avocado 2021-11-08 17:00:22 +01:00
__init__.py python/utils: add VerboseProcessError 2022-03-22 10:14:23 +01: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.