This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/qemu.
from 5e9d14f2be Merge remote-tracking branch 'remotes/alistair/tags/pull-ris [...] new 1e4d8b31be python: pin setuptools below v60.0.0 new 57a6b4478c python: use avocado's "new" runner new dc6877bd2e python/aqmp: fix docstring typo new 3bc72e3aed python/aqmp: add __del__ method to legacy interface new 3b5bf136f5 python/aqmp: handle asyncio.TimeoutError on execute() new 0e6bfd8b96 python/aqmp: copy type definitions from qmp new 728dcac5e3 python/aqmp: add SocketAddrT to package root new 6e7751dc38 python/aqmp: rename AQMPError to QMPError new 7017f3853a python/qemu-ga-client: don't use deprecated CLI syntax in us [...] new 26db07516f python/qmp: switch qemu-ga-client to AQMP new 8d6cdc5118 python/qmp: switch qom tools to AQMP new f3efd12930 python/qmp: switch qmp-shell to AQMP new 0347c4c4cf python: move qmp utilities to python/qemu/utils new fd9c3a6219 python: move qmp-shell under the AQMP package new 9922125615 scripts/cpu-x86-uarch-abi: fix CLI parsing new 0665410dcf scripts/cpu-x86-uarch-abi: switch to AQMP new 0590860242 scripts/render-block-graph: switch to AQMP new aeb0ae95b7 Merge remote-tracking branch 'remotes/jsnow-gitlab/tags/pyth [...]
The 18 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: python/Makefile | 2 ++ python/README.rst | 2 +- python/avocado.cfg | 2 +- python/qemu/aqmp/__init__.py | 16 ++++++++--- python/qemu/aqmp/error.py | 12 ++++---- python/qemu/aqmp/events.py | 4 +-- python/qemu/aqmp/legacy.py | 41 +++++++++++++++++++++++++++- python/qemu/aqmp/protocol.py | 24 +++++++++------- python/qemu/aqmp/qmp_client.py | 16 +++++++---- python/qemu/{qmp => aqmp}/qmp_shell.py | 31 +++++++++++---------- python/qemu/{qmp => utils}/qemu_ga_client.py | 24 ++++++++-------- python/qemu/{qmp => utils}/qom.py | 5 ++-- python/qemu/{qmp => utils}/qom_common.py | 3 +- python/qemu/{qmp => utils}/qom_fuse.py | 11 ++++---- python/setup.cfg | 19 +++++++------ scripts/cpu-x86-uarch-abi.py | 7 ++--- scripts/qmp/qemu-ga-client | 2 +- scripts/qmp/qmp-shell | 2 +- scripts/qmp/qom-fuse | 2 +- scripts/qmp/qom-get | 2 +- scripts/qmp/qom-list | 2 +- scripts/qmp/qom-set | 2 +- scripts/qmp/qom-tree | 2 +- scripts/render_block_graph.py | 8 ++---- 24 files changed, 151 insertions(+), 90 deletions(-) rename python/qemu/{qmp => aqmp}/qmp_shell.py (96%) rename python/qemu/{qmp => utils}/qemu_ga_client.py (94%) rename python/qemu/{qmp => utils}/qom.py (98%) rename python/qemu/{qmp => utils}/qom_common.py (98%) rename python/qemu/{qmp => utils}/qom_fuse.py (97%)