qemu-e2k/python/qemu/qmp
John Snow 6be7206efc scripts/qmp-shell: move to python/qemu/qmp/qmp_shell.py
The script will be unavailable for a commit or two, which will help
preserve development history attached to the new file. A forwarder will
be added shortly afterwards.

With qmp_shell in the python qemu.qmp package, now it is fully type
checked, linted, etc. via the Python CI. It will be quite a bit harder
to accidentally break it again in the future.

Signed-off-by: John Snow <jsnow@redhat.com>
Message-id: 20210607200649.1840382-41-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
2021-06-18 16:10:07 -04:00
..
README.rst python: add directory structure README.rst files 2021-06-01 16:21:21 -04:00
__init__.py python/qmp: return generic type from context manager 2021-06-18 16:10:07 -04:00
qemu_ga_client.py python/qemu-ga-client: add entry point 2021-06-18 16:10:06 -04:00
qmp_shell.py scripts/qmp-shell: move to python/qemu/qmp/qmp_shell.py 2021-06-18 16:10:07 -04:00
qom.py python/qmp: add fuse command to 'qom' tools 2021-06-18 16:10:06 -04:00
qom_common.py python/qmp: Add qom script rewrites 2021-06-18 16:10:06 -04:00
qom_fuse.py scripts/qom-fuse: move to python/qemu/qmp/qom_fuse.py 2021-06-18 16:10:06 -04:00

README.rst

qemu.qmp package
================

This package provides a library used for connecting to and communicating
with QMP servers. It is used extensively by iotests, vm tests,
acceptance tests, and other utilities in the ./scripts directory. It is
not a fully-fledged SDK and is subject to change at any time.

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