This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-aarch64-next-allnoconfig 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 [...] adds 3d2f73ef75 build: use "meson test" as the test harness adds f18155a207 Merge tag 'for-upstream-mtest' of https://gitlab.com/bonzini [...] adds 05bfd4db08 target/hppa: Fix deposit assert from trans_shrpw_imm adds 89f3bfa326 Merge tag 'pull-pa-20211223' of https://gitlab.com/rth7680/q [...]
No new revisions were added by this update.
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 ------ target/hppa/translate.c | 19 +- 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 + 13 files changed, 262 insertions(+), 599 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