diff options
| author | John Snow | 2022-01-11 00:28:55 +0100 |
|---|---|---|
| committer | John Snow | 2022-01-21 22:01:31 +0100 |
| commit | fd9c3a6219b0470c356c8486188052d353846806 (patch) | |
| tree | e1894835b1196c405943dd1869d84f4fd213894c /python/setup.cfg | |
| parent | python: move qmp utilities to python/qemu/utils (diff) | |
| download | qemu-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/setup.cfg')
| -rw-r--r-- | python/setup.cfg | 2 |
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] |
