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 6587b0c133 Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-20 [...] adds c9460d75c5 accel/tcg: Handle gdb singlestep in cpu_tb_exec adds 1760e4abf1 target/alpha: Drop checks for singlestep_enabled adds a893daa936 target/avr: Drop checks for singlestep_enabled adds e3774881b5 target/cris: Drop checks for singlestep_enabled adds db07bd026e target/hexagon: Drop checks for singlestep_enabled adds 364caea70f target/arm: Drop checks for singlestep_enabled adds 8532a14e41 target/hppa: Drop checks for singlestep_enabled adds 9ef6c6ec08 target/i386: Check CF_NO_GOTO_TB for dc->jmp_opt adds 4bc4c3135b target/i386: Drop check for singlestep_enabled adds 661da0f63f target/m68k: Drop checks for singlestep_enabled adds fbafb3a4d2 target/microblaze: Check CF_NO_GOTO_TB for DISAS_JUMP adds 6634558025 target/microblaze: Drop checks for singlestep_enabled adds ef00cd4a22 target/mips: Fix single stepping adds 1a79c41399 target/mips: Drop exit checks for singlestep_enabled adds b21fce536c target/openrisc: Drop checks for singlestep_enabled adds 9498d1032c target/ppc: Drop exit checks for singlestep_enabled adds ea06a00652 target/riscv: Remove dead code after exception adds 273b68b104 target/riscv: Remove exit_tb and lookup_and_goto_ptr adds b6509e35b9 target/rx: Drop checks for singlestep_enabled adds 2df7a3618a target/s390x: Drop check for singlestep_enabled adds 52df5adce9 target/sh4: Drop check for singlestep_enabled adds 1b55c52d60 target/tricore: Drop check for singlestep_enabled adds 02bf7fa022 target/xtensa: Drop check for singlestep_enabled adds 995b87dedc Revert "cpu: Move cpu_common_props to hw/core/cpu.c" adds c148a05721 Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-2021 [...]
No new revisions were added by this update.
Summary of changes: accel/tcg/cpu-exec.c | 11 ++++ cpu.c | 21 ++++++++ hw/core/cpu-common.c | 17 +----- include/hw/core/cpu.h | 1 + target/alpha/translate.c | 13 ++--- target/arm/translate-a64.c | 10 +--- target/arm/translate.c | 36 +++---------- target/avr/translate.c | 19 ++----- target/cris/translate.c | 16 ------ target/hexagon/translate.c | 12 +---- target/hppa/translate.c | 17 ++---- target/i386/helper.h | 1 - target/i386/tcg/misc_helper.c | 8 --- target/i386/tcg/translate.c | 9 ++-- target/m68k/translate.c | 44 ++++----------- target/microblaze/translate.c | 18 ++----- target/mips/tcg/translate.c | 75 ++++++++++++-------------- target/openrisc/translate.c | 18 ++----- target/ppc/translate.c | 38 +++---------- target/riscv/insn_trans/trans_privileged.c.inc | 10 ++-- target/riscv/insn_trans/trans_rvi.c.inc | 8 ++- target/riscv/insn_trans/trans_rvv.c.inc | 2 +- target/riscv/translate.c | 27 +--------- target/rx/helper.h | 1 - target/rx/op_helper.c | 8 --- target/rx/translate.c | 12 +---- target/s390x/tcg/translate.c | 8 +-- target/sh4/helper.h | 1 - target/sh4/op_helper.c | 5 -- target/sh4/translate.c | 14 ++--- target/tricore/helper.h | 1 - target/tricore/op_helper.c | 7 --- target/tricore/translate.c | 14 +---- target/xtensa/translate.c | 25 +++------ 34 files changed, 141 insertions(+), 386 deletions(-)