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 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 [...]
No new revisions were added by this update.
Summary of changes: .gitlab-ci.d/custom-runners.yml | 1 + ...-20.40-aarch32.yml => ubuntu-20.04-aarch32.yml} | 0 .mailmap | 6 + 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 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 +- semihosting/config.c | 6 +- target/i386/tcg/fpu_helper.c | 13 ++ tests/Makefile.include | 2 +- 21 files changed, 324 insertions(+), 191 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