This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-next-allnoconfig in repository toolchain/ci/qemu.
from a05f8ecd88 Merge remote-tracking branch 'remotes/alistair/tags/pull-ris [...] adds 4f02d49a80 disas/libvixl: Fix fall-through annotation for GCC >= 7 adds 51c915674d target/unicore32/translate: Add missing fallthrough annotations adds 216776099b hw/rtc/twl92230: Silence warnings about missing fallthrough [...] adds 30982862b2 hw/timer/renesas_tmr: silence the compiler warnings adds bdddc1c425 target/i386: silence the compiler warnings in gen_shiftd_rm_T1 adds d85afd1eb5 hw/intc/arm_gicv3_kvm: silence the compiler warnings adds f190bf05f8 accel/tcg/user-exec: silence the compiler warnings adds fc0cd86781 target/sparc/translate: silence the compiler warnings adds 9cf5a9cf60 target/sparc/win_helper: silence the compiler warnings adds d84568b773 tcg/optimize: Add fallthrough annotations adds 4f07e71bad tests/fp: Do not emit implicit-fallthrough warnings in the s [...] adds 484bed0574 bsd-user: Silence warnings about missing fallthrough statement adds 61e21b05de hw/rtc/twl92230: Add missing 'break' adds 0a2ebce92a configure: Compile with -Wimplicit-fallthrough=2 adds 65a3c59840 Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull- [...] new 56d190848b linux-user/mmap.c: check range of mremap result in target ad [...] new 6dd97bfc1f linux-user/elfload: Move GET_FEATURE macro out of get_elf_hw [...] new 7d9a3d96f5 linux-user/elfload: Rename MIPS GET_FEATURE() as GET_FEATURE_INSN() new 388765a05b linux-user/elfload: Introduce MIPS GET_FEATURE_REG_SET() macro new ce54384405 linux-user/elfload: Introduce MIPS GET_FEATURE_REG_EQU() macro new 9ea313ba5d linux-user/elfload: Update HWCAP bits from linux 5.7 new 53673d0ff4 linux-user: Add support for MIPS Loongson 2F/3A new c8a03a8f95 docs/user: Display linux-user binaries nicely new 8494645797 linux-user: Implement copy_file_range new 6addf06a3c linux-user: Add most IFTUN ioctls new 246ff44295 linux-user/sparc: Correct sparc64_get/set_context() FPU handling new 309abce236 linux-user/sparc: Remove unneeded checks of 'err' from sparc [...] new 0ad20314f1 linux-user/sparc: Don't restore %g7 in sparc64_set_context() new 7a5805a08f linux-user/sparc: Handle tstate in sparc64_get/set_context() new 091774bfde Merge remote-tracking branch 'remotes/vivier2/tags/linux-use [...]
The 15 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: accel/tcg/user-exec.c | 3 +- bsd-user/main.c | 1 + configure | 1 + disas/libvixl/vixl/a64/disasm-a64.cc | 4 ++ disas/libvixl/vixl/globals.h | 6 ++- docs/user/main.rst | 99 ++++++++++++++++++++---------------- hw/intc/arm_gicv3_kvm.c | 8 +++ hw/rtc/twl92230.c | 44 +++++----------- hw/timer/renesas_tmr.c | 1 + include/qemu/compiler.h | 11 ++++ linux-user/elfload.c | 43 +++++++++++++--- linux-user/ioctls.h | 46 +++++++++++++++++ linux-user/mmap.c | 21 ++++---- linux-user/sparc/signal.c | 87 ++++++++++++++++--------------- linux-user/syscall.c | 79 ++++++++++++++++++++++++++++ linux-user/syscall_defs.h | 32 ++++++++++++ target/i386/tcg/translate.c | 7 ++- target/mips/cpu.h | 1 + target/sparc/cpu.h | 28 ++++++++-- target/sparc/int64_helper.c | 5 +- target/sparc/translate.c | 2 +- target/sparc/win_helper.c | 2 +- target/unicore32/translate.c | 2 + tcg/optimize.c | 4 ++ tests/fp/meson.build | 2 + 25 files changed, 394 insertions(+), 145 deletions(-)