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 5791de9d48 Merge tag 'pull-nbd-2022-03-21' of https://repo.or.cz/qemu/e [...] adds 3213bbaf57 tests: add (riscv virt) machine mapping to testenv adds cc5387a544 block/rbd: fix write zeroes with growing images adds ab101297cb tests/qemu-iotests: Use GNU sed in two more spots where it i [...] adds e287072b40 tests: Do not treat the iotests as separate meson test targe [...] adds e48093a6c0 tests/qemu-iotests/testrunner: Supply a test plan in TAP mode adds be73231ba8 python/utils: add add_visual_margin() text decoration utility adds 062fd1dad2 python/utils: add VerboseProcessError adds fc272d3ce0 iotests: Remove explicit checks for qemu_img() == 0 adds 2882ccf86a iotests: make qemu_img raise on non-zero rc by default adds 569131d585 iotests: fortify compare_images() against crashes adds 29768d04af iotests: add qemu_img_json() adds 0f7d7d72aa iotests: use qemu_img_json() when applicable adds 9ebb2b765b iotests: add qemu_img_info() adds ac5bb4861c iotests/remove-bitmap-from-backing: use qemu_img_info() adds 1670ae7af6 iotests: add qemu_img_map() function adds 78d0476129 iotests: change supports_quorum to use qemu_img adds 3d53818ff7 iotests: replace unchecked calls to qemu_img_pipe() adds 88baae552d iotests/149: Remove qemu_img_pipe() call adds 4cf661f2c0 iotests: remove remaining calls to qemu_img_pipe() adds 97576f8c0a iotests: use qemu_img() in has_working_luks() adds 3c8b7358d6 iotests: replace qemu_img_log('create', ...) calls adds f400e14da0 iotests: remove qemu_img_pipe_and_status() adds 8f685ac391 iotests: make qemu_img_log and img_info_log raise on error adds da9d88d8e6 iotests.py: Filters for VM.run_job() adds 48f1fcd5c8 iotests/207: Filter host fingerprint adds 9d36d5f7e0 Merge tag 'pull-block-2022-03-22' of https://gitlab.com/hrei [...] new 309df6acb2 gitlab: disable accelerated zlib for s390x
The 1 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: .gitlab-ci.d/custom-runners/ubuntu-20.04-s390x.yml | 12 ++ .travis.yml | 6 +- block/rbd.c | 26 +-- meson.build | 6 +- python/qemu/utils/__init__.py | 117 ++++++++++++ scripts/mtest2make.py | 4 - tests/Makefile.include | 9 +- tests/qemu-iotests/041 | 5 +- tests/qemu-iotests/065 | 7 +- tests/qemu-iotests/149 | 7 +- tests/qemu-iotests/149.out | 21 --- tests/qemu-iotests/163 | 9 +- tests/qemu-iotests/194 | 4 +- tests/qemu-iotests/202 | 4 +- tests/qemu-iotests/203 | 4 +- tests/qemu-iotests/207 | 7 +- tests/qemu-iotests/207.out | 6 +- tests/qemu-iotests/211 | 6 +- tests/qemu-iotests/211.out | 10 +- tests/qemu-iotests/216 | 6 +- tests/qemu-iotests/218 | 2 +- tests/qemu-iotests/224 | 11 +- tests/qemu-iotests/228 | 12 +- tests/qemu-iotests/234 | 4 +- tests/qemu-iotests/237 | 3 +- tests/qemu-iotests/237.out | 3 - tests/qemu-iotests/242 | 7 +- tests/qemu-iotests/255 | 8 +- tests/qemu-iotests/255.out | 4 - tests/qemu-iotests/257 | 11 +- tests/qemu-iotests/258 | 4 +- tests/qemu-iotests/262 | 2 +- tests/qemu-iotests/266 | 2 +- tests/qemu-iotests/274 | 17 +- tests/qemu-iotests/274.out | 29 --- tests/qemu-iotests/280 | 2 +- tests/qemu-iotests/280.out | 1 - tests/qemu-iotests/296 | 12 +- tests/qemu-iotests/303 | 2 +- tests/qemu-iotests/310 | 13 +- tests/qemu-iotests/common.filter | 4 +- tests/qemu-iotests/iotests.py | 196 +++++++++++++++------ tests/qemu-iotests/testenv.py | 2 + tests/qemu-iotests/testrunner.py | 1 + tests/qemu-iotests/tests/block-status-cache | 14 +- tests/qemu-iotests/tests/graph-changes-while-io | 7 +- tests/qemu-iotests/tests/image-fleecing | 10 +- tests/qemu-iotests/tests/mirror-ready-cancel-error | 6 +- tests/qemu-iotests/tests/mirror-top-perms | 3 +- tests/qemu-iotests/tests/parallels-read-bitmap | 6 +- .../qemu-iotests/tests/remove-bitmap-from-backing | 14 +- tests/qemu-iotests/tests/stream-error-on-reset | 4 +- 52 files changed, 418 insertions(+), 274 deletions(-)