This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-aarch64-build_cross in repository toolchain/ci/qemu.
from 7457b407ed Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull [...] adds 69d0690c10 blkdebug: refactor removal of a suspended request adds f48ff5af13 blkdebug: move post-resume handling to resume_req_by_tag adds 51a463680d blkdebug: track all actions adds 2196c341f7 blkdebug: do not suspend in the middle of QLIST_FOREACH_SAFE adds 4153b553bd block/blkdebug: remove new_state field and instead use a loc [...] adds 36109bff17 blkdebug: protect rules and suspended_reqs with a lock adds 143c2e0432 Merge remote-tracking branch 'remotes/maxreitz/tags/pull-blo [...] new ead3f1bff9 block/mirror: set .co for active-write MirrorOp objects new e0f69d83d5 iotest 151: add test-case that shows active mirror dead-lock new d44dae1a7c block/mirror: fix active mirror dead-lock in mirror_wait_on_ [...] new e5f05f8c37 block: Add option to use driver whitelist even in tools new 1e12ecfd2c replication: Remove s->active_disk new a990a42b39 replication: Reduce usage of s->hidden_disk and s->secondary_disk new 3b78420bb1 replication: Properly attach children new c2cf0ecab5 replication: Remove workaround new 6af72274ef block/vvfat: fix: drop backing new 8573823f3b block/export: Conditionally ignore set-context error new d21471696b iotests/307: Test iothread conflict for exports new c04b4d9e6b Merge remote-tracking branch 'remotes/kevin/tags/for-upstrea [...]
The 12 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: block.c | 3 + block/blkdebug.c | 136 ++++++++++++++++++++++++++++++--------------- block/export/export.c | 5 +- block/mirror.c | 13 +++++ block/replication.c | 111 ++++++++++++++++++++++-------------- block/vvfat.c | 43 ++------------ configure | 14 ++++- meson.build | 1 + tests/qemu-iotests/151 | 54 +++++++++++++++++- tests/qemu-iotests/151.out | 4 +- tests/qemu-iotests/307 | 15 +++++ tests/qemu-iotests/307.out | 8 +++ 12 files changed, 274 insertions(+), 133 deletions(-)