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_check_gcc/master-arm in repository toolchain/ci/qemu.
from 8be1d4ed98 Merge remote-tracking branch 'remotes/rth/tags/pull-hppa-202 [...] adds 0257209a09 python/aqmp: add greeting property to QMPClient adds 16cce725ed python/aqmp: add .empty() method to EventListener adds 6bfebc7306 python/aqmp: Return cleared events from EventListener.clear() adds 6e2f6ec561 python/aqmp: add send_fd_scm adds 58026b11f3 python/aqmp: Add dict conversion method to Greeting object adds 3e55dc35b8 python/aqmp: Reduce severity of EOFError-caused loop terminations adds 3a3d84f5ec python/aqmp: Disable logging messages by default adds d911accf0a python/qmp: clear events on get_events() call adds 514d00df5f python/qmp: add send_fd_scm directly to QEMUMonitorProtocol adds c163c723ef python, iotests: remove socket_scm_helper adds ee26ce674a Merge remote-tracking branch 'remotes/jsnow/tags/python-pull [...]
No new revisions were added by this update.
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