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 8e3d85d36b Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu [...] adds 53fb7844f0 block: Add a 'flags' param to bdrv_{pread,pwrite,pwrite_sync}() adds 32cc71def9 block: Change bdrv_{pread,pwrite,pwrite_sync}() param order adds 353a5d84b2 block: Make bdrv_{pread,pwrite}() return 0 on success adds 757dda54b4 crypto: Make block callbacks return 0 on success adds ca71a64ee5 block: Make bdrv_co_pwrite() take a const buffer adds c1458c66b2 block: Make 'bytes' param of bdrv_co_{pread,pwrite,preadv,pw [...] adds 1d39c7098b block: Implement bdrv_{pread,pwrite,pwrite_zeroes}() using g [...] adds e97190a405 block: Add bdrv_co_pwrite_sync() adds a8f0e83cef block: Use bdrv_co_pwrite_sync() when caller is coroutine_fn adds 86da43220c block/qcow2: Use bdrv_pwrite_sync() in qcow2_mark_dirty() adds 3698f16232 tests/qemu-iotests: hotfix for 307, 223 output adds 92529251d2 tests/qemu-iotests: skip 108 when FUSE is not loaded adds bf5b16fa40 block: Make blk_{pread,pwrite}() return 0 on success adds 3b35d4542c block: Add a 'flags' param to blk_pread() adds a9262f551e block: Change blk_{pread,pwrite}() param order adds 40fb4861b2 block: Make 'bytes' param of blk_{pread,pwrite}() an int64_t adds 7d252ba5ca block: Make blk_co_pwrite() take a const buffer adds facbaad946 block: Implement blk_{pread,pwrite}() using generated_co_wrapper adds 7c8cd723c7 block: Add blk_{preadv,pwritev}() adds d1d3fc3d1d block: Add blk_[co_]preadv_part() adds 09cca043bf block: Export blk_pwritev_part() in block-backend-io.h adds 0cadf2c8a3 block: Change blk_pwrite_compressed() param order adds 2c9715fa28 block: Add blk_co_pwrite_compressed() adds 1c95dc914a block: Implement blk_pwrite_zeroes() using generated_co_wrapper adds 50db162df0 block: Implement blk_pdiscard() using generated_co_wrapper adds 25873f57c6 block: Implement blk_flush() using generated_co_wrapper adds df02da003d block: Add blk_co_ioctl() adds 015ed2529a block: Add blk_co_truncate() adds 6f675c9306 block: Reorganize some declarations in block-backend-io.h adds 07a64aa47d block: Remove remaining unused symbols in coroutines.h adds 1a8fd0e3e7 qsd: Do not use error_report() before monitor_init adds 9907dba91d iotests/297: Have mypy ignore unused ignores adds 9d8f8233b9 qsd: Unlink absolute PID file path adds eed29d49ec vl: Conditionally register PID file unlink notifier adds 85c4bf8aa6 vl: Unlink absolute PID file path adds 824824d122 Merge tag 'pull-block-2022-07-12' of https://gitlab.com/hrei [...]
No new revisions were added by this update.
Summary of changes: block.c | 10 ++- block/blklogwrites.c | 6 +- block/block-backend.c | 150 ++++++++++++++-------------------- block/bochs.c | 10 +-- block/cloop.c | 12 +-- block/commit.c | 4 +- block/coroutines.h | 44 ---------- block/crypto.c | 58 ++++++------- block/dmg.c | 36 ++++----- block/export/fuse.c | 4 +- block/io.c | 55 ++----------- block/meson.build | 1 + block/parallels-ext.c | 6 +- block/parallels.c | 14 ++-- block/qcow.c | 55 +++++++------ block/qcow2-bitmap.c | 14 ++-- block/qcow2-cache.c | 9 +-- block/qcow2-cluster.c | 19 ++--- block/qcow2-refcount.c | 58 ++++++------- block/qcow2-snapshot.c | 53 ++++++------ block/qcow2.c | 84 ++++++++++--------- block/qed.c | 21 ++--- block/vdi.c | 20 ++--- block/vhdx-log.c | 23 +++--- block/vhdx.c | 56 +++++++------ block/vmdk.c | 80 +++++++++--------- block/vpc.c | 35 ++++---- block/vvfat.c | 11 +-- crypto/block-luks.c | 8 +- crypto/block.c | 6 +- hw/arm/allwinner-h3.c | 2 +- hw/arm/aspeed.c | 2 +- hw/block/block.c | 2 +- hw/block/fdc.c | 20 ++--- hw/block/hd-geometry.c | 2 +- hw/block/m25p80.c | 2 +- hw/block/nand.c | 47 +++++------ hw/block/onenand.c | 32 ++++---- hw/block/pflash_cfi01.c | 4 +- hw/block/pflash_cfi02.c | 4 +- hw/ide/atapi.c | 4 +- hw/misc/mac_via.c | 6 +- hw/misc/sifive_u_otp.c | 14 ++-- hw/nvram/eeprom_at24c.c | 8 +- hw/nvram/spapr_nvram.c | 16 ++-- hw/nvram/xlnx-bbram.c | 4 +- hw/nvram/xlnx-efuse.c | 4 +- hw/ppc/pnv_pnor.c | 6 +- hw/sd/sd.c | 4 +- include/block/block-io.h | 22 +++-- include/block/block_int-io.h | 4 +- include/crypto/block.h | 32 ++++---- include/sysemu/block-backend-io.h | 97 +++++++++++++--------- migration/block.c | 8 +- nbd/server.c | 8 +- qemu-img.c | 41 ++++------ qemu-io-cmds.c | 20 +++-- softmmu/vl.c | 42 +++++++--- storage-daemon/qemu-storage-daemon.c | 17 +++- tests/qemu-iotests/108 | 5 ++ tests/qemu-iotests/223.out | 4 +- tests/qemu-iotests/307.out | 4 +- tests/qemu-iotests/mypy.ini | 2 +- tests/unit/test-block-iothread.c | 153 ++++++++++++++++++++++++++++++++--- tests/unit/test-crypto-block.c | 38 ++++----- 65 files changed, 856 insertions(+), 786 deletions(-)