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-release-arm-lts-allyesconfig in repository toolchain/ci/qemu.
from 6427adc300 Merge tag 'for-qemu-2022-08-01' of github.com:cminyard/qemu [...] adds b9e6074fc5 tests/tcg/linux-test: Fix random hangs in test_socket adds 219044b8e6 migration-test: Use migrate_ensure_converge() for auto-converge adds 2649a72555 migration-test: Allow test to run without uffd adds ebf705541c tests/unit/test-qga: Replace the word 'blacklist' in the gue [...] adds 7a21bee2aa misc: fix commonly doubled up words adds a07d9df0fd trivial: Fix duplicated words adds 1bca64a3f0 tests/qtest/migration-test: Run the dirty ring tests only wi [...] adds b15bdb1d83 Merge tag 'pull-request-2022-08-01' of https://gitlab.com/th [...] adds 0dd14e9555 target/arm: Use kvm_arm_sve_supported in kvm_arm_get_host_cp [...] adds b9e8d68a39 target/arm: Set KVM_ARM_VCPU_SVE while probing the host adds 5265d24c98 target/arm: Move sve probe inside kvm >= 4.15 branch adds 0e0c2cf6de Merge tag 'pull-target-arm-20220801' of https://git.linaro.o [...] adds 3867c1c5fd aspeed: Remove unused fields from AspeedMachineState adds 398c01da9c aspeed/fby35: Fix owner of the BMC RAM memory region adds 60205b7142 Merge tag 'pull-aspeed-20220801' of https://github.com/legoa [...] adds 1eaa63429a linux-user/riscv: Align signal frame to 16 bytes adds 9b00d27901 Merge tag 'pull-riscv-to-apply-20220802' of github.com:alist [...] adds 77e3f038af block/io_uring: add missing include file adds e7156ff7cb libvduse: Fix the incorrect function name adds d9cf16c0be libvduse: Replace strcpy() with strncpy() adds 630179b7f7 libvduse: Pass positive value to strerror() adds fd8a68ad68 hw/block/hd-geometry: Do not override specified bios-chs-trans adds e13fe274bf qemu-iotests: Discard stderr when probing devices adds 21b1d97459 main loop: add missing documentation links to GS/IO macros adds 0399521e53 Merge tag 'for-upstream' of git://repo.or.cz/qemu/kevin into [...] adds df67aa3e61 migration: add remaining params->has_* = true in migration_i [...] adds 777f53c759 Revert "migration: Simplify unqueue_page()" adds ead34f64f9 migration: Assert that migrate_multifd_compression() returns [...] adds 4bcb7de072 migration: Define BLK_MIG_BLOCK_SIZE as unsigned long long adds a21ba54dd5 virtiofsd: Disable killpriv_v2 by default adds 430a388ef4 Merge tag 'pull-migration-20220802c' of https://gitlab.com/d [...] adds d44971e725 target/mips: Advance pc after semihosting exception adds b15bd4532f Merge tag 'pull-semi-20220802' of https://gitlab.com/rth7680 [...] adds d2656dd577 Update version for v7.1.0-rc1 release adds 734a659ad2 linux-user/flatload.c: Fix setting of image_info::end_code adds f71fa4e3bb linux-user: Do not treat madvise()'s advice as a bitmask adds 5b63de6b54 linux-user: Use memfd for open syscall emulation adds 2480f3bbd0 Merge tag 'linux-user-for-7.1-pull-request' of https://gitla [...] adds ed021daf2d hw/ppc: sam460ex.c: store all GPIO lines in mal_irqs[] adds 0ee33dd0ce Merge tag 'pull-ppc-20220804' of https://gitlab.com/danielhb [...] adds 7b0ca31364 virtiofsd: Fix format strings adds 846dcf0ba4 Merge tag 'block-pull-request' of https://gitlab.com/stefanh [...] adds 9567fc1665 README.rst: fix link formatting adds aed5da45da vdpa: Fix file descriptor leak on get features error adds 9878fbf342 docs/about/removed-features: Move the -soundhw into the righ [...] adds 1e2dd31149 ppc: Remove redundant macro MSR_BOOK3S_MASK. adds 21d4e557e2 include/qemu/host-utils.h: Simplify the compiler check in mulu128() adds 09ed077d7f Merge tag 'trivial-branch-for-7.1-pull-request' of https://g [...]
No new revisions were added by this update.
Summary of changes: README.rst | 4 +- VERSION | 2 +- block/io_uring.c | 1 + block/linux-aio.c | 2 +- block/qcow2-bitmap.c | 8 +-- contrib/plugins/cache.c | 2 +- docs/about/removed-features.rst | 14 ++--- docs/devel/qom.rst | 4 +- docs/interop/live-block-operations.rst | 4 +- docs/system/arm/cpu-features.rst | 2 +- docs/system/devices/cxl.rst | 2 +- docs/system/s390x/bootdevices.rst | 2 +- docs/system/tls.rst | 2 +- docs/tools/qemu-pr-helper.rst | 4 +- hw/arm/aspeed.c | 2 - hw/arm/fby35.c | 14 +++-- hw/arm/omap2.c | 2 +- hw/block/hd-geometry.c | 7 ++- hw/core/clock.c | 2 +- hw/intc/arm_gicv3_redist.c | 2 +- hw/misc/iotkit-secctl.c | 2 +- hw/misc/iotkit-sysctl.c | 4 +- hw/misc/mac_via.c | 2 +- hw/ppc/sam460ex.c | 2 +- hw/s390x/s390-ccw.c | 2 +- hw/usb/u2f.h | 2 +- include/hw/qdev-core.h | 2 +- include/qemu/host-utils.h | 3 +- include/qemu/main-loop.h | 18 +++++-- include/user/safe-syscall.h | 2 +- linux-user/flatload.c | 2 +- linux-user/i386/cpu_loop.c | 2 +- linux-user/mmap.c | 2 +- linux-user/riscv/signal.c | 4 +- linux-user/syscall.c | 22 +++++--- migration/block.c | 2 +- migration/migration.c | 5 ++ migration/ram.c | 37 ++++++++++---- migration/trace-events | 3 +- net/vhost-vdpa.c | 4 +- pc-bios/s390-ccw/virtio-scsi.c | 2 +- python/Makefile | 2 +- python/qemu/utils/__init__.py | 2 +- subprojects/libvduse/libvduse.c | 13 ++--- target/arm/helper.c | 2 +- target/arm/kvm64.c | 45 ++++++++-------- target/arm/translate.c | 2 +- target/i386/cpu.c | 2 +- target/mips/tcg/micromips_translate.c.inc | 6 +-- target/mips/tcg/mips16e_translate.c.inc | 2 +- target/mips/tcg/nanomips_translate.c.inc | 4 +- target/mips/tcg/sysemu/tlb_helper.c | 1 + target/mips/tcg/translate.c | 10 ++-- target/mips/tcg/translate.h | 4 ++ target/ppc/excp_helper.c | 1 - tcg/i386/tcg-target.c.inc | 2 +- tests/docker/dockerfiles/debian-native.docker | 2 +- tests/qemu-iotests/common.rc | 4 +- tests/qtest/microbit-test.c | 6 +-- tests/qtest/migration-test.c | 74 +++++++++++---------------- tests/tcg/multiarch/linux/linux-test.c | 2 +- tests/unit/test-qga.c | 6 +-- tools/virtiofsd/fuse_lowlevel.c | 4 +- tools/virtiofsd/fuse_virtio.c | 2 +- tools/virtiofsd/passthrough_ll.c | 13 +---- ui/vdagent.c | 2 +- 66 files changed, 223 insertions(+), 196 deletions(-)