This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-mainline-allmodconfig in repository toolchain/ci/qemu.
from 754f756cc4 Merge tag 'pull-target-arm-20220422-1' of https://git.linaro [...] adds 747421e949 Implements Backend Program conventions for vhost-user-scsi adds 096b778f14 contrib/vhost-user-blk: add missing GOptionEntry NULL terminator adds d45c83328f virtiofsd: Add docs/helper for killpriv_v2/no_killpriv_v2 option adds c49abc8406 Merge tag 'block-pull-request' of https://gitlab.com/stefanh [...] adds 80dd5aff1b block: add 'force' parameter to 'blockdev-change-medium' command adds 093a13acbf iotests: replace calls to log(qemu_io(...)) with qemu_io_log() adds a190524967 iotests/163: Fix broken qemu-io invocation adds e9039c0451 iotests: Don't check qemu_io() output for specific error strings adds aaa0c0ef82 iotests/040: Don't check image pattern on zero-length image adds 4897629173 iotests/040: Fix TestCommitWithFilters test adds b2d68a8e56 iotests: create generic qemu_tool() function adds 6dede6a493 iotests: rebase qemu_io() on top of qemu_tool() adds 7acb2ddfec iotests/migration-permissions: use assertRaises() for qemu_i [...] adds db1646a639 iotests/image-fleecing: switch to qemu_io() adds 23d44dcb7c iotests: remove qemu_io_pipe_and_status() adds 72cfb937b8 iotests: remove qemu_io_silent() and qemu_io_silent_check(). adds 40bfeae134 iotests: make qemu_io_log() check return codes by default adds 348a0740af iotests/108: Fix when missing user_allow_other adds a1755db71e Merge tag 'pull-block-2022-04-25' of https://gitlab.com/hrei [...] new 46c1ea0131 hw/pvrdma: Some cosmetic fixes new 5580b9f00e vdpa: Add missing tracing to batch mapping functions new eb5b72c05e target/mips: Remove stale TODO file new 9b76572431 docs: Replace Qemu -> QEMU new 4a89bf188a docs: Replace HomeBrew -> Homebrew new 80a172de55 Merge tag 'trivial-branch-for-7.1-pull-request' of https://g [...]
The 6 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/qapi-sysemu.c | 3 +- contrib/vhost-user-blk/vhost-user-blk.c | 3 +- contrib/vhost-user-scsi/vhost-user-scsi.c | 79 +++++++++++++------- docs/about/build-platforms.rst | 4 +- docs/pcie_sriov.txt | 6 +- docs/tools/virtiofsd.rst | 5 ++ hmp-commands.hx | 11 ++- hw/rdma/vmw/pvrdma_main.c | 9 ++- hw/virtio/trace-events | 2 + hw/virtio/vhost-vdpa.c | 2 + monitor/hmp-cmds.c | 4 +- qapi/block.json | 6 ++ target/mips/TODO | 51 ------------- tests/qemu-iotests/030 | 85 +++++++++++++--------- tests/qemu-iotests/040 | 53 ++++++++------ tests/qemu-iotests/056 | 2 +- tests/qemu-iotests/108 | 2 +- tests/qemu-iotests/149 | 6 +- tests/qemu-iotests/163 | 5 +- tests/qemu-iotests/205 | 4 +- tests/qemu-iotests/216 | 12 +-- tests/qemu-iotests/218 | 5 +- tests/qemu-iotests/224 | 4 +- tests/qemu-iotests/242 | 6 +- tests/qemu-iotests/245 | 17 +++-- tests/qemu-iotests/255 | 4 +- tests/qemu-iotests/258 | 11 ++- tests/qemu-iotests/298 | 17 ++--- tests/qemu-iotests/303 | 4 +- tests/qemu-iotests/310 | 22 +++--- tests/qemu-iotests/iotests.py | 69 +++++++++--------- tests/qemu-iotests/tests/image-fleecing | 30 +++++--- tests/qemu-iotests/tests/migration-permissions | 28 +++---- tests/qemu-iotests/tests/mirror-ready-cancel-error | 2 +- tests/qemu-iotests/tests/nbd-reconnect-on-open | 2 +- tests/qemu-iotests/tests/stream-error-on-reset | 4 +- tools/virtiofsd/helper.c | 3 + ui/cocoa.m | 1 + 38 files changed, 308 insertions(+), 275 deletions(-) delete mode 100644 target/mips/TODO