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 3461487523 Merge remote-tracking branch 'remotes/pmaydell/tags/pull-tar [...] adds 297641d43c test-char: abort on serial test error adds 9c15f57891 slirp: update to latest stable-4.2 branch adds b1753831b0 Merge remote-tracking branch 'remotes/elmarco/tags/slirp-pul [...] adds 890cbccb08 nbd: Fix large trim/zero requests adds a2b333c018 block: nbd: Fix convert qcow2 compressed to nbd adds b7719bcad2 iotests: Make qemu_nbd_popen() a contextmanager adds 4b914b01cd iotests: Add more qemu_img helpers adds 03a970bb6f iotests: Test convert to qcow2 compressed to NBD adds fa35591b9c block/nbd: split nbd_establish_connection out of nbd_client_connect adds dd1ec1a4af block/nbd: allow drain during reconnect attempt adds fbeb3e63b3 block/nbd: on shutdown terminate connection attempt adds 12c75e20a2 block/nbd: nbd_co_reconnect_loop(): don't sleep if drained adds 5045be872d Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-20 [...] adds 5772f2b1fc Update version for v5.1.0-rc2 release adds 1b7157be3a trace/simple: Allow enabling simple traces from command line adds 000822441e tracetool: carefully define SDT_USE_VARIADIC adds 1448629751 Merge remote-tracking branch 'remotes/stefanha/tags/tracing- [...] adds 148d25e0f6 s390x/s390-virtio-ccw: fix off-by-one in loadparm getter adds d74824cf7c Merge remote-tracking branch 'remotes/cohuck/tags/s390x-2020 [...]
No new revisions were added by this update.
Summary of changes: VERSION | 2 +- block/nbd.c | 126 ++++++++++++++++++++++++++--------- block/trace-events | 4 +- hw/s390x/s390-virtio-ccw.c | 5 +- nbd/server.c | 28 ++++++-- qemu-io-cmds.c | 2 +- scripts/tracetool/backend/dtrace.py | 4 ++ slirp | 2 +- tests/qemu-iotests/264 | 76 ++++++++------------- tests/qemu-iotests/264.out | 2 + tests/qemu-iotests/302 | 127 ++++++++++++++++++++++++++++++++++++ tests/qemu-iotests/302.out | 31 +++++++++ tests/qemu-iotests/group | 1 + tests/qemu-iotests/iotests.py | 34 +++++++++- tests/test-char.c | 2 +- trace/control.c | 1 + 16 files changed, 351 insertions(+), 96 deletions(-) create mode 100755 tests/qemu-iotests/302 create mode 100644 tests/qemu-iotests/302.out