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-arm in repository toolchain/ci/qemu.
from 8be1d4ed98 Merge remote-tracking branch 'remotes/rth/tags/pull-hppa-202 [...] new 0257209a09 python/aqmp: add greeting property to QMPClient new 16cce725ed python/aqmp: add .empty() method to EventListener new 6bfebc7306 python/aqmp: Return cleared events from EventListener.clear() new 6e2f6ec561 python/aqmp: add send_fd_scm new 58026b11f3 python/aqmp: Add dict conversion method to Greeting object new 3e55dc35b8 python/aqmp: Reduce severity of EOFError-caused loop terminations new 3a3d84f5ec python/aqmp: Disable logging messages by default new d911accf0a python/qmp: clear events on get_events() call new 514d00df5f python/qmp: add send_fd_scm directly to QEMUMonitorProtocol new c163c723ef python, iotests: remove socket_scm_helper new ee26ce674a Merge remote-tracking branch 'remotes/jsnow/tags/python-pull [...]
The 11 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/qemu/aqmp/__init__.py | 4 + python/qemu/aqmp/events.py | 15 +++- python/qemu/aqmp/models.py | 13 ++++ python/qemu/aqmp/protocol.py | 7 +- python/qemu/aqmp/qmp_client.py | 27 +++++++ python/qemu/machine/machine.py | 48 +++--------- python/qemu/machine/qtest.py | 2 - python/qemu/qmp/__init__.py | 27 ++++--- python/qemu/qmp/qmp_shell.py | 1 - tests/Makefile.include | 1 - tests/meson.build | 4 - tests/qemu-iotests/iotests.py | 3 - tests/qemu-iotests/meson.build | 5 -- tests/qemu-iotests/socket_scm_helper.c | 136 --------------------------------- tests/qemu-iotests/testenv.py | 8 +- 15 files changed, 85 insertions(+), 216 deletions(-) delete mode 100644 tests/qemu-iotests/meson.build delete mode 100644 tests/qemu-iotests/socket_scm_helper.c