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 0b3f07ebf2 Merge remote-tracking branch 'remotes/kraxel/tags/kraxel-202 [...] new fa8fc1d09f block_int: make bdrv_backing_overridden static new cc67f28ea2 include/sysemu/blockdev.h: remove drive_mark_claimed_by_boar [...] new eac32e2232 include/sysemu/blockdev.h: remove drive_get_max_devs new 64b4529a43 softmmu: fix device deletion events with -device JSON syntax new 9bd11f9638 docs: Correct 'vhost-user-blk' spelling new c8cbc95242 qemu-storage-daemon: Add vhost-user-blk help new bb01ea7311 qapi/block: Restrict vhost-user-blk to CONFIG_VHOST_USER_BLK_SERVER new 1e3552dbd2 block-backend: prevent dangling BDS pointers across aio_poll() new 2ca1d5d6b9 iotests/stream-error-on-reset: New test new e2eec2819a iotests/308: Fix for CAP_DAC_OVERRIDE new 2db9b9e96f vvfat: Fix size of temporary qcow file new b9b8860d24 vvfat: Fix vvfat_write() for writes before the root directory new 51cd8bddd6 iotests: Test qemu-img convert of zeroed data cluster new 96054c76ff qemu-img: make is_allocated_sectors() more efficient new 64631f3681 block: drop BLK_PERM_GRAPH_MOD new e5e7487395 iotests/testrunner.py: refactor test_field_width new 1cd2ad11d3 Merge remote-tracking branch 'remotes/kevin/tags/for-upstrea [...]
The 17 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: block.c | 11 +- block/block-backend.c | 19 ++- block/commit.c | 1 - block/mirror.c | 15 +-- block/monitor/block-hmp-cmds.c | 2 +- block/vvfat.c | 37 ++++-- blockdev.c | 24 +--- docs/tools/qemu-storage-daemon.rst | 2 +- hw/block/block.c | 3 +- include/block/block.h | 9 +- include/block/block_int.h | 3 - include/sysemu/blockdev.h | 3 - qapi/block-core.json | 7 +- qapi/block-export.json | 6 +- qapi/qdev.json | 5 +- qemu-img.c | 23 +++- scripts/render_block_graph.py | 1 - softmmu/vl.c | 8 +- storage-daemon/qemu-storage-daemon.c | 13 ++ tests/qemu-iotests/122 | 1 + tests/qemu-iotests/122.out | 2 + tests/qemu-iotests/273.out | 4 - tests/qemu-iotests/308 | 25 +++- tests/qemu-iotests/308.out | 2 +- tests/qemu-iotests/testrunner.py | 21 ++-- tests/qemu-iotests/tests/stream-error-on-reset | 140 +++++++++++++++++++++ .../{096.out => tests/stream-error-on-reset.out} | 0 tests/qtest/device-plug-test.c | 19 +++ 28 files changed, 302 insertions(+), 104 deletions(-) create mode 100755 tests/qemu-iotests/tests/stream-error-on-reset copy tests/qemu-iotests/{096.out => tests/stream-error-on-reset.out} (100%)