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_check_gcc/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 [...]
No new revisions were added by this update.
Summary of changes: block/nbd.c | 45 +++++++++++++- nbd/client-connection.c | 57 ++++++++++++----- qapi/block-core.json | 9 ++- 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 ++++ 6 files changed, 199 insertions(+), 31 deletions(-) create mode 100755 tests/qemu-iotests/tests/nbd-reconnect-on-open create mode 100644 tests/qemu-iotests/tests/nbd-reconnect-on-open.out