qemu-patch-raspberry4/python/qemu/qmp
John Snow 176c549072 python/qmp: add fuse command to 'qom' tools
The 'fuse' command will be unavailable if 'fusepy' is not installed. It
will simply not load and subsequently be unavailable as a subcommand.

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20210603003719.1321369-20-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
2021-06-18 16:10:06 -04:00
..
__init__.py python/qmp: add parse_address classmethod 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.