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-mainline-defconfig in repository toolchain/ci/qemu.
from 15ef89d2a1 Update version for v7.0.0-rc1 release adds 425d6aba99 tests/Makefile.include: Let "make clean" remove the TCG tests, too adds 276de33f3d target/i386: force maximum rounding precision for fildl[l] adds b8003f9956 mailmap/gitdm: more fixes for bad tags and authors adds c6afd2bdfd docs/devel: try and impose some organisation adds 78beee809d semihosting: clean up handling of expanded argv adds efd080de76 gitlab: include new aarch32 job in custom-runners adds f503b7e327 docs: remove qemu_logo.pdf adds 0f37cf2f71 docs/tcg-plugins: document QEMU_PLUGIN behaviour adds e309ce90a2 Merge tag 'pull-fixes-for-7.0-230322-1' of https://github.co [...] adds 80f0fe3a85 linux-user: Fix syscall parameter handling for MIPS n32 adds 7fb5ef350b linux-user/alpha: Fix sigsuspend for big-endian hosts adds 0a99f09383 linux-user: Split out helpers for sigsuspend adds cb22603444 linux-user: Properly handle sigset arg to pselect adds cd0e31a49a linux-user: Properly handle sigset arg to epoll_pwait adds db36aa7daa linux-user: Properly handle sigset arg to ppoll adds 879667433a linux-user: Fix missing space in error message adds 6e05e7047c linux-user/arm: Implement __kernel_memory_barrier adds 7f4f0d9ea8 linux-user/arm: Implement __kernel_cmpxchg with host atomics adds 330ea9d1d8 linux-user/arm: Implement __kernel_cmpxchg64 with host atomics adds 9c72129150 Merge tag 'linux-user-for-7.0-pull-request' of https://gitla [...] adds 3f1db95917 block: Fix misleading hexadecimal format adds 2539eade4f hw: Fix misleading hexadecimal format adds 10c473246b Merge tag 'block-pull-request' of https://gitlab.com/stefanh [...] adds dcebbb65b8 target/i386/kvm: Free xsave_buf when destroying vCPU adds cb48748af7 i386: Set MCG_STATUS_RIPV bit for mce SRAR error adds 58f7db26f2 KVM: x86: workaround invalid CPUID[0xD,9] info on some AMD p [...] adds 98a02bc449 configure: remove dead int128 test adds de65b39a51 target/i386: tcg: high bits SSE cmp operation must be ignored adds 5286c36622 target/i386: properly reset TSC on reset adds 9584d3d00a build: disable fcf-protection on -march=486 -m16 adds f345abe365 Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu [...] adds 6222c3acc4 target/arm: Fix sve_ld1_z and sve_st1_z vs MMIO adds c7ca3ad5e7 hw/intc/arm_gicv3_its: Add missing newlines to process_mapc( [...] adds 3d31fe4d66 Merge tag 'pull-target-arm-20220325' of https://git.linaro.o [...] new bc504838ff target/ppc: fix helper_xvmadd* argument order new 27fc9f365d Merge tag 'pull-ppc-20220326' of https://github.com/legoater [...]
The 2 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: .gitlab-ci.d/custom-runners.yml | 1 + ...-20.40-aarch32.yml => ubuntu-20.04-aarch32.yml} | 0 .mailmap | 6 + block/parallels-ext.c | 2 +- configure | 18 --- contrib/gitdm/aliases | 4 +- docs/devel/index-api.rst | 15 ++ docs/devel/index-build.rst | 19 +++ docs/devel/index-internals.rst | 21 +++ docs/devel/index-process.rst | 17 +++ docs/devel/index-tcg.rst | 16 ++ docs/devel/index.rst | 46 +----- docs/devel/tcg-plugins.rst | 9 +- docs/qemu_logo.pdf | Bin 9117 -> 0 bytes hw/i386/sgx.c | 2 +- hw/i386/trace-events | 6 +- hw/intc/arm_gicv3_its.c | 4 +- hw/misc/trace-events | 4 +- hw/scsi/trace-events | 4 +- linux-user/arm/cpu_loop.c | 164 +++++++++++++-------- linux-user/elfload.c | 2 +- linux-user/signal-common.h | 26 ++++ linux-user/signal.c | 23 +++ linux-user/syscall.c | 119 ++++++--------- linux-user/user-internals.h | 6 +- pc-bios/optionrom/Makefile | 4 + semihosting/config.c | 6 +- target/arm/sve_helper.c | 10 +- target/i386/cpu.c | 17 ++- target/i386/cpu.h | 4 +- target/i386/kvm/kvm-cpu.c | 19 ++- target/i386/kvm/kvm.c | 4 +- target/i386/tcg/fpu_helper.c | 13 ++ target/i386/tcg/translate.c | 6 +- target/ppc/translate/vsx-impl.c.inc | 20 +-- tests/Makefile.include | 2 +- 36 files changed, 392 insertions(+), 247 deletions(-) rename .gitlab-ci.d/custom-runners/{ubuntu-20.40-aarch32.yml => ubuntu-20.04-aarch [...] create mode 100644 docs/devel/index-api.rst create mode 100644 docs/devel/index-build.rst create mode 100644 docs/devel/index-internals.rst create mode 100644 docs/devel/index-process.rst create mode 100644 docs/devel/index-tcg.rst delete mode 100644 docs/qemu_logo.pdf