summaryrefslogtreecommitdiffstats
path: root/python/qemu/qmp/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'python/qemu/qmp/README.rst')
-rw-r--r--python/qemu/qmp/README.rst9
1 files changed, 0 insertions, 9 deletions
diff --git a/python/qemu/qmp/README.rst b/python/qemu/qmp/README.rst
deleted file mode 100644
index 5bfb82535f..0000000000
--- a/python/qemu/qmp/README.rst
+++ /dev/null
@@ -1,9 +0,0 @@
-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.