summary refs log tree commit diff stats
path: root/python/qemu/qmp/README.rst
blob: 5bfb82535f8ec6785f21ca624aa521afd2c985eb (plain) (blame)
1
2
3
4
5
6
7
8
9
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,
avocado 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.