README.rst (369B)
1qemu.qmp package 2================ 3 4This package provides a library used for connecting to and communicating 5with QMP servers. It is used extensively by iotests, vm tests, 6acceptance tests, and other utilities in the ./scripts directory. It is 7not a fully-fledged SDK and is subject to change at any time. 8 9See the documentation in ``__init__.py`` for more information.