python/qmp: add qom script entry points
authorJohn Snow <jsnow@redhat.com>
Thu, 3 Jun 2021 00:37:05 +0000 (20:37 -0400)
committerJohn Snow <jsnow@redhat.com>
Fri, 18 Jun 2021 20:10:06 +0000 (16:10 -0400)
commit7c4c595f13fa9bb19d8b6a1ed328aab5469c063a
tree1bc5033644dd7b556572f50c8f3f9bbf44ef4ed7
parentc750c02891a81f07c6c90735432306bea79fac4b
python/qmp: add qom script entry points

Add the 'qom', 'qom-set', 'qom-get', 'qom-list', and 'qom-tree' scripts
to the qemu.qmp package. When you install this package, these scripts
will become available on your command line.

(e.g. when inside of a venv, `cd python && pip install .` will add
'qom', 'qom-set', etc to your $PATH.)

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20210603003719.1321369-6-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
python/setup.cfg