summaryrefslogtreecommitdiffstats
path: root/python/README.rst
diff options
context:
space:
mode:
authorJohn Snow2022-01-11 00:28:55 +0100
committerJohn Snow2022-01-21 22:01:31 +0100
commitfd9c3a6219b0470c356c8486188052d353846806 (patch)
treee1894835b1196c405943dd1869d84f4fd213894c /python/README.rst
parentpython: move qmp utilities to python/qemu/utils (diff)
downloadqemu-fd9c3a6219b0470c356c8486188052d353846806.tar.gz
qemu-fd9c3a6219b0470c356c8486188052d353846806.tar.xz
qemu-fd9c3a6219b0470c356c8486188052d353846806.zip
python: move qmp-shell under the AQMP package
Signed-off-by: John Snow <jsnow@redhat.com> Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> Reviewed-by: Beraldo Leal <bleal@redhat.com>
Diffstat (limited to 'python/README.rst')
-rw-r--r--python/README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/README.rst b/python/README.rst
index 9c1fceaee7..fcf74f69ea 100644
--- a/python/README.rst
+++ b/python/README.rst
@@ -59,7 +59,7 @@ Package installation also normally provides executable console scripts,
so that tools like ``qmp-shell`` are always available via $PATH. To
invoke them without installation, you can invoke e.g.:
-``> PYTHONPATH=~/src/qemu/python python3 -m qemu.qmp.qmp_shell``
+``> PYTHONPATH=~/src/qemu/python python3 -m qemu.aqmp.qmp_shell``
The mappings between console script name and python module path can be
found in ``setup.cfg``.