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 1fba9dc71a Merge tag 'pull-request-2022-05-04' of https://gitlab.com/th [...] adds 8e28b65f52 qemu-img: properly list formats which have consistency check [...] adds 31009d13cc docs/vhost-user: Clarifications for VHOST_USER_ADD/REM_MEM_REG adds 5ebfdeb212 libvhost-user: Fix extra vu_add/rem_mem_reg reply adds a81d8d4a72 vhost-user: Don't pass file descriptor for VHOST_USER_REM_MEM_REG adds 15aee7ac95 block: Classify bdrv_get_flags() as I/O function adds 06e9cd19a4 qcow2: Do not reopen data_file in invalidate_cache adds ccfaf783c8 Revert "main-loop: Disable GLOBAL_STATE_CODE() assertions" adds 96edda8f14 iotests: Add regression test for issue 945 adds 6d17e28798 block/vmdk: Fix reopening bs->file adds ecf3200703 iotests/reopen-file: Test reopening file child adds 34145a307d coroutine-ucontext: use QEMU_DEFINE_STATIC_CO_TLS() adds ac387a08a9 coroutine: use QEMU_DEFINE_STATIC_CO_TLS() adds c1fe694357 coroutine-win32: use QEMU_DEFINE_STATIC_CO_TLS() adds 5d51042602 Merge tag 'for-upstream' of git://repo.or.cz/qemu/kevin into [...]
No new revisions were added by this update.
Summary of changes: block.c | 2 +- block/qcow2.c | 104 ++++++++++++--------- block/vmdk.c | 56 ++++++++++- docs/interop/vhost-user.rst | 17 ++++ docs/tools/qemu-img.rst | 4 +- hw/virtio/vhost-user.c | 2 +- include/block/block-global-state.h | 1 - include/block/block-io.h | 1 + include/qemu/main-loop.h | 3 +- subprojects/libvhost-user/libvhost-user.c | 17 ++-- tests/qemu-iotests/tests/export-incoming-iothread | 81 ++++++++++++++++ .../export-incoming-iothread.out} | 0 tests/qemu-iotests/tests/reopen-file | 89 ++++++++++++++++++ .../{096.out => tests/reopen-file.out} | 0 util/coroutine-ucontext.c | 38 +++++--- util/coroutine-win32.c | 18 +++- util/qemu-coroutine.c | 41 ++++---- 17 files changed, 378 insertions(+), 96 deletions(-) create mode 100755 tests/qemu-iotests/tests/export-incoming-iothread copy tests/qemu-iotests/{096.out => tests/export-incoming-iothread.out} (100%) create mode 100755 tests/qemu-iotests/tests/reopen-file copy tests/qemu-iotests/{096.out => tests/reopen-file.out} (100%)