summaryrefslogtreecommitdiffstats
path: root/python/setup.cfg
diff options
context:
space:
mode:
authorJohn Snow2021-06-03 02:37:19 +0200
committerJohn Snow2021-06-18 22:10:06 +0200
commit176c5490724b813704bd5b083b9f5c9b857fdaad (patch)
tree4ddc4385bc0c922b70dac744fd8e9071468ec1b7 /python/setup.cfg
parentscripts/qom-fuse: add redirection shim to python/qemu/qmp/qom-fuse.py (diff)
downloadqemu-176c5490724b813704bd5b083b9f5c9b857fdaad.tar.gz
qemu-176c5490724b813704bd5b083b9f5c9b857fdaad.tar.xz
qemu-176c5490724b813704bd5b083b9f5c9b857fdaad.zip
python/qmp: add fuse command to 'qom' tools
The 'fuse' command will be unavailable if 'fusepy' is not installed. It will simply not load and subsequently be unavailable as a subcommand. Signed-off-by: John Snow <jsnow@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-id: 20210603003719.1321369-20-jsnow@redhat.com Signed-off-by: John Snow <jsnow@redhat.com>
Diffstat (limited to 'python/setup.cfg')
-rw-r--r--python/setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/setup.cfg b/python/setup.cfg
index aca6f31185..6b6be8b03c 100644
--- a/python/setup.cfg
+++ b/python/setup.cfg
@@ -49,6 +49,7 @@ console_scripts =
qom-get = qemu.qmp.qom:QOMGet.entry_point
qom-list = qemu.qmp.qom:QOMList.entry_point
qom-tree = qemu.qmp.qom:QOMTree.entry_point
+ qom-fuse = qemu.qmp.qom_fuse:QOMFuse.entry_point [fuse]
[flake8]
extend-ignore = E722 # Prefer pylint's bare-except checks to flake8's