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-arm in repository toolchain/ci/qemu.
from 7fa736595e Merge remote-tracking branch 'remotes/mst/tags/for_upstream' [...] adds 835b04ed79 bsd-user: Add stubs for new signal routines adds 9a5d135267 qemu-img: Consistent docs for convert -F adds 87e4d4a205 pylint: fix errors and warnings generated by tests/qemu-iotests/297 adds f3d43dfd9a vmdk: allow specification of tools version adds 7da9623cc0 block/vpc: Add a sanity check that fixed-size images have th [...] adds 22d5760cb4 Merge remote-tracking branch 'remotes/XanClic/tags/pull-bloc [...] adds 13a028336f block/file-posix: Fix return value translation for AIO discards adds bfb8aa6d58 block: Fail gracefully when blockdev-snapshot creates loops adds 0347a8fd4c block/rbd: implement bdrv_co_block_status adds 46e018e9b7 ide: Cap LBA28 capacity announcement to 2^28-1 adds 3043320390 block/export/fuse.c: fix musl build adds 684960d462 file-posix: add `aio-max-batch` option adds 512da21101 linux-aio: add `dev_max_batch` parameter to laio_co_submit() adds 68d7946648 linux-aio: add `dev_max_batch` parameter to laio_io_unplug() adds 73d4a11300 block-backend: Silence clang -m32 compiler warning adds 4a613bd862 block/nvme: Automatically free qemu_memalign() with QEMU_AUTO_VFREE adds 53cedeaaee block/nvme: Display CQ/SQ pointer in nvme_free_queue_pair() adds a895143894 block/nvme: Extract nvme_free_queue() from nvme_free_queue_pair() adds 741bdeb1d5 Merge remote-tracking branch 'remotes/kwolf/tags/for-upstrea [...]
No new revisions were added by this update.
Summary of changes: block.c | 10 +++ block/block-backend.c | 2 +- block/export/fuse.c | 4 ++ block/file-posix.c | 18 +++-- block/linux-aio.c | 38 +++++++---- block/nvme.c | 22 ++++--- block/rbd.c | 112 ++++++++++++++++++++++++++++++++ block/trace-events | 2 +- block/vmdk.c | 24 +++++-- block/vpc.c | 3 +- bsd-user/signal.c | 21 ++++++ docs/tools/qemu-img.rst | 2 +- hw/ide/core.c | 8 ++- include/block/raw-aio.h | 6 +- qapi/block-core.json | 10 +++ qemu-img-cmds.hx | 2 +- tests/qemu-iotests/085 | 31 ++++++++- tests/qemu-iotests/085.out | 33 +++++++++- tests/qemu-iotests/129 | 18 ++--- tests/qemu-iotests/310 | 16 ++--- tests/qemu-iotests/check | 11 ++-- tests/qemu-iotests/iotests.py | 7 +- tests/qemu-iotests/tests/image-fleecing | 4 +- 23 files changed, 335 insertions(+), 69 deletions(-)