python: move qmp utilities to python/qemu/utils
commit0347c4c4cfed47e54d9dc275ceb28d35b250749f
authorJohn Snow <jsnow@redhat.com>
Mon, 10 Jan 2022 23:28:54 +0000 (10 18:28 -0500)
committerJohn Snow <jsnow@redhat.com>
Fri, 21 Jan 2022 21:01:31 +0000 (21 16:01 -0500)
tree530f7362f47b1c371fa488595d09dc8198e26cbe
parentf3efd12930f34b9724e15d8fd2ff56a97b67219d
python: move qmp utilities to python/qemu/utils

In order to upload a QMP package to PyPI, I want to remove any scripts
that I am not 100% confident I want to support upstream, beyond our
castle walls.

Move most of our QMP utilities into the utils package so we can split
them out from the PyPI upload.

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Reviewed-by: Beraldo Leal <bleal@redhat.com>
python/qemu/utils/qemu_ga_client.py [moved from python/qemu/qmp/qemu_ga_client.py with 100% similarity]
python/qemu/utils/qom.py [moved from python/qemu/qmp/qom.py with 100% similarity]
python/qemu/utils/qom_common.py [moved from python/qemu/qmp/qom_common.py with 100% similarity]
python/qemu/utils/qom_fuse.py [moved from python/qemu/qmp/qom_fuse.py with 100% similarity]
python/setup.cfg
scripts/qmp/qemu-ga-client
scripts/qmp/qom-fuse
scripts/qmp/qom-get
scripts/qmp/qom-list
scripts/qmp/qom-set
scripts/qmp/qom-tree