]> git.ipfire.org Git - thirdparty/qemu.git/commit
python: rename qemu.aqmp to qemu.qmp
authorJohn Snow <jsnow@redhat.com>
Wed, 30 Mar 2022 17:28:10 +0000 (13:28 -0400)
committerJohn Snow <jsnow@redhat.com>
Thu, 21 Apr 2022 15:01:00 +0000 (11:01 -0400)
commit37094b6dd59f56978b918e79cadf17c6fd5d36e2
treefdd2d3be3a1aafbfb722217ce3ccbfa9637cd0ec
parent105bbff886782cc44f34d5c87f94529393565840
python: rename qemu.aqmp to qemu.qmp

Now that we are fully switched over to the new QMP library, move it back
over the old namespace. This is being done primarily so that we may
upload this package simply as "qemu.qmp" without introducing confusion
over whether or not "aqmp" is a new protocol or not.

The trade-off is increased confusion inside the QEMU developer
tree. Sorry!

Note: the 'private' member "_aqmp" in legacy.py also changes to "_qmp";
not out of necessity, but just to remove any traces of the "aqmp"
name.

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Beraldo Leal <bleal@redhat.com>
Acked-by: Hanna Reitz <hreitz@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@openvz.org>
Message-id: 20220330172812.3427355-8-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
30 files changed:
python/PACKAGE.rst
python/README.rst
python/qemu/machine/machine.py
python/qemu/machine/qtest.py
python/qemu/qmp/__init__.py [moved from python/qemu/aqmp/__init__.py with 87% similarity]
python/qemu/qmp/aqmp_tui.py [moved from python/qemu/aqmp/aqmp_tui.py with 100% similarity]
python/qemu/qmp/error.py [moved from python/qemu/aqmp/error.py with 100% similarity]
python/qemu/qmp/events.py [moved from python/qemu/aqmp/events.py with 99% similarity]
python/qemu/qmp/legacy.py [moved from python/qemu/aqmp/legacy.py with 91% similarity]
python/qemu/qmp/message.py [moved from python/qemu/aqmp/message.py with 100% similarity]
python/qemu/qmp/models.py [moved from python/qemu/aqmp/models.py with 100% similarity]
python/qemu/qmp/protocol.py [moved from python/qemu/aqmp/protocol.py with 99% similarity]
python/qemu/qmp/py.typed [moved from python/qemu/aqmp/py.typed with 100% similarity]
python/qemu/qmp/qmp_client.py [moved from python/qemu/aqmp/qmp_client.py with 97% similarity]
python/qemu/qmp/qmp_shell.py [moved from python/qemu/aqmp/qmp_shell.py with 99% similarity]
python/qemu/qmp/util.py [moved from python/qemu/aqmp/util.py with 100% similarity]
python/qemu/utils/qemu_ga_client.py
python/qemu/utils/qom.py
python/qemu/utils/qom_common.py
python/qemu/utils/qom_fuse.py
python/setup.cfg
python/tests/protocol.py
scripts/cpu-x86-uarch-abi.py
scripts/device-crash-test
scripts/qmp/qmp-shell
scripts/qmp/qmp-shell-wrap
scripts/render_block_graph.py
scripts/simplebench/bench_block_job.py
tests/qemu-iotests/iotests.py
tests/qemu-iotests/tests/mirror-top-perms