summary refs log tree commit diff stats
path: root/python/setup.cfg
diff options
context:
space:
mode:
authorJohn Snow <jsnow@redhat.com>2022-01-10 18:28:55 -0500
committerJohn Snow <jsnow@redhat.com>2022-01-21 16:01:31 -0500
commitfd9c3a6219b0470c356c8486188052d353846806 (patch)
treee1894835b1196c405943dd1869d84f4fd213894c /python/setup.cfg
parent0347c4c4cfed47e54d9dc275ceb28d35b250749f (diff)
downloadfocaccia-qemu-fd9c3a6219b0470c356c8486188052d353846806.tar.gz
focaccia-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/setup.cfg')
-rw-r--r--python/setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/setup.cfg b/python/setup.cfg
index 04a41ef1a0..3fb18f845d 100644
--- a/python/setup.cfg
+++ b/python/setup.cfg
@@ -67,7 +67,7 @@ console_scripts =
     qom-tree = qemu.utils.qom:QOMTree.entry_point
     qom-fuse = qemu.utils.qom_fuse:QOMFuse.entry_point [fuse]
     qemu-ga-client = qemu.utils.qemu_ga_client:main
-    qmp-shell = qemu.qmp.qmp_shell:main
+    qmp-shell = qemu.aqmp.qmp_shell:main
     aqmp-tui = qemu.aqmp.aqmp_tui:main [tui]
 
 [flake8]