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 6f016a2f79 Merge tag 'pull-block-2021-12-22' of https://gitlab.com/hrei [...] adds be16b8bf9f nbd: allow reconnect on open, with corresponding new options adds 169b9a94ed nbd/client-connection: nbd_co_establish_connection(): return [...] adds 9e14491af4 nbd/client-connection: improve error message of cancelled attempt adds c34ec5137d iotests.py: add qemu_tool_popen() adds 94a781f220 iotests.py: add and use qemu_io_wrap_args() adds 75c90eeeaf iotests.py: add qemu_io_popen() adds ab7f7e67a7 iotests: add nbd-reconnect-on-open test adds 1bd88c4542 Merge tag 'pull-nbd-2021-12-22-v2' of https://src.openvz.org [...] new 3d2f73ef75 build: use "meson test" as the test harness new f18155a207 Merge tag 'for-upstream-mtest' of https://gitlab.com/bonzini [...]
The 2 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: Makefile | 3 +- block/nbd.c | 45 ++- meson.build | 5 +- nbd/client-connection.c | 57 +++- qapi/block-core.json | 9 +- scripts/mtest2make.py | 112 +++--- scripts/tap-driver.pl | 379 --------------------- scripts/tap-merge.pl | 111 ------ tests/fp/meson.build | 2 +- tests/qemu-iotests/iotests.py | 37 +- tests/qemu-iotests/tests/nbd-reconnect-on-open | 71 ++++ tests/qemu-iotests/tests/nbd-reconnect-on-open.out | 11 + 12 files changed, 250 insertions(+), 592 deletions(-) delete mode 100755 scripts/tap-driver.pl delete mode 100755 scripts/tap-merge.pl create mode 100755 tests/qemu-iotests/tests/nbd-reconnect-on-open create mode 100644 tests/qemu-iotests/tests/nbd-reconnect-on-open.out