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 ec11dc41ee Merge tag 'pull-misc-2022-05-11' of git://repo.or.cz/qemu/ar [...] adds 98e3ab3505 coroutine: Rename qemu_coroutine_inc/dec_pool_size() adds 9ec7a59b5a coroutine: Revert to constant batch size adds 22d92e71c7 iotests/testrunner: Flush after run_test() adds 5e781c700a tests/qemu-iotests: print intent to run a test in TAP mode adds 29a493765e .gitlab-ci.d: export meson testlog.txt as an artifact adds defac5e2fb hw/block/fdc: Prevent end-of-track overrun (CVE-2021-3507) adds 46609b90d9 tests/qtest/fdc-test: Add a regression test for CVE-2021-3507 adds a5fced4021 qemu-nbd: Pass max connections to blockdev layer adds 58a6fdcc9e nbd/server: Allow MULTI_CONN for shared writable exports adds f70625299e qemu-iotests: inline common.config into common.rc adds b32b3897f8 Merge tag 'for-upstream' of git://repo.or.cz/qemu/kevin into [...]
No new revisions were added by this update.
Summary of changes: .gitlab-ci.d/buildtest-template.yml | 12 +- MAINTAINERS | 1 + blockdev-nbd.c | 13 +- docs/interop/nbd.txt | 1 + docs/tools/qemu-nbd.rst | 3 +- hw/block/fdc.c | 8 ++ hw/block/virtio-blk.c | 6 +- include/block/nbd.h | 5 +- include/qemu/coroutine.h | 6 +- nbd/server.c | 10 +- qapi/block-export.json | 8 +- qemu-nbd.c | 2 +- tests/qemu-iotests/common.config | 41 ------ tests/qemu-iotests/common.rc | 31 +++-- tests/qemu-iotests/testrunner.py | 4 + tests/qemu-iotests/tests/nbd-multiconn | 145 +++++++++++++++++++++ .../{129.out => tests/nbd-multiconn.out} | 0 tests/qemu-iotests/tests/nbd-qemu-allocation.out | 2 +- tests/qtest/fdc-test.c | 21 +++ util/qemu-coroutine.c | 26 ++-- 20 files changed, 256 insertions(+), 89 deletions(-) delete mode 100644 tests/qemu-iotests/common.config create mode 100755 tests/qemu-iotests/tests/nbd-multiconn copy tests/qemu-iotests/{129.out => tests/nbd-multiconn.out} (100%)