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-aarch64-next-allyesconfig in repository toolchain/ci/qemu.
from a05f8ecd88 Merge remote-tracking branch 'remotes/alistair/tags/pull-ris [...] new 4f02d49a80 disas/libvixl: Fix fall-through annotation for GCC >= 7 new 51c915674d target/unicore32/translate: Add missing fallthrough annotations new 216776099b hw/rtc/twl92230: Silence warnings about missing fallthrough [...] new 30982862b2 hw/timer/renesas_tmr: silence the compiler warnings new bdddc1c425 target/i386: silence the compiler warnings in gen_shiftd_rm_T1 new d85afd1eb5 hw/intc/arm_gicv3_kvm: silence the compiler warnings new f190bf05f8 accel/tcg/user-exec: silence the compiler warnings new fc0cd86781 target/sparc/translate: silence the compiler warnings new 9cf5a9cf60 target/sparc/win_helper: silence the compiler warnings new d84568b773 tcg/optimize: Add fallthrough annotations new 4f07e71bad tests/fp: Do not emit implicit-fallthrough warnings in the s [...] new 484bed0574 bsd-user: Silence warnings about missing fallthrough statement new 61e21b05de hw/rtc/twl92230: Add missing 'break' new 0a2ebce92a configure: Compile with -Wimplicit-fallthrough=2 new 65a3c59840 Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull- [...]
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 +++-- hw/intc/arm_gicv3_kvm.c | 8 +++++++ hw/rtc/twl92230.c | 44 ++++++++++++------------------------ hw/timer/renesas_tmr.c | 1 + include/qemu/compiler.h | 11 +++++++++ target/i386/tcg/translate.c | 7 ++++-- 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 ++ 15 files changed, 61 insertions(+), 37 deletions(-)