qemu-patch-raspberry4/python/qemu/qmp
John Snow 1e129afc31 scripts/qemu-ga-client: move to python/qemu/qmp/qemu_ga_client.py
The script itself will be unavailable for a few commits before being
restored, with no way to run it right after this commit. This helps move
git history into the new file. To prevent linter regressions, though, we
do need to immediately touch up the filename to remove dashes (to make
the module importable), and remove the executable bit.

Signed-off-by: John Snow <jsnow@redhat.com>
Message-id: 20210604155532.1499282-10-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
2021-06-18 16:10:06 -04:00
..
__init__.py python/qmp: Correct type of QMPReturnValue 2021-06-18 16:10:06 -04:00
qemu_ga_client.py scripts/qemu-ga-client: move to python/qemu/qmp/qemu_ga_client.py 2021-06-18 16:10:06 -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 python: add directory structure README.rst files 2021-06-01 16:21:21 -04:00

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.