This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-arm-build_cross in repository toolchain/ci/qemu.
from e77c8b8b8e Update version for v6.1.0-rc0 release adds 94075c28ee iotests: Improve and rename test 291 to qemu-img-bitmap adds 74a4320f30 qemu-img: Fail fast on convert --bitmaps with inconsistent bitmap adds 955171e441 qemu-img: Add --skip-broken-bitmaps for 'convert --bitmaps' adds 423a4849db Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmap [...] adds 952fd6710e qemu/atomic: Use macros for CONFIG_ATOMIC64 adds 47345e7124 qemu/atomic: Remove pre-C11 atomic fallbacks adds 9ef0c6d6a7 qemu/atomic: Add aligned_{int64,uint64}_t types adds be9568b4e0 tcg: Rename helper_atomic_*_mmu and provide for user-only adds e28a866438 accel/tcg: Standardize atomic helpers on softmmu api adds 48688fafeb accel/tcg: Fold EXTRA_ARGS into atomic_template.h adds fcff001441 accel/tcg: Remove ATOMIC_MMU_DECLS adds a754f7f34e accel/tcg: Expand ATOMIC_MMU_LOOKUP_* adds 785ea711b1 trace: Fold mem-internal.h into mem.h adds f3e182b100 accel/tcg: Push trace info building into atomic_common.c.inc adds 78ff82bb1b accel/tcg: Reduce CF_COUNT_MASK to match TCG_MAX_INSNS adds 043e35d98c accel/tcg: Move curr_cflags into cpu-exec.c adds 288a5fe980 target/alpha: Drop goto_tb path in gen_call_pal adds 84f1561629 accel/tcg: Add CF_NO_GOTO_TB and CF_NO_GOTO_PTR adds fb95701132 accel/tcg: Drop CF_NO_GOTO_PTR from -d nochain adds 04f5b647ed accel/tcg: Handle -singlestep in curr_cflags adds 258afb487f accel/tcg: Use CF_NO_GOTO_{TB, PTR} in cpu_exec_step_atomic adds e3f7c801f1 hw/core: Introduce TCGCPUOps.debug_check_breakpoint adds b00d86bc8b target/arm: Implement debug_check_breakpoint adds 7b9810ea42 target/i386: Implement debug_check_breakpoint adds 5bc31e9440 hw/core: Introduce CPUClass.gdb_adjust_breakpoint adds e64cb6c231 target/avr: Implement gdb_adjust_breakpoint adds 11c1d5f8ca accel/tcg: Merge tb_find into its only caller adds 10c37828b2 accel/tcg: Move breakpoint recognition outside translation adds b5cf742841 accel/tcg: Remove TranslatorOps.breakpoint_check adds d40c5c7976 accel/tcg: Hoist tb_cflags to a local in translator_loop adds c2ffd7549b accel/tcg: Record singlestep_enabled in tb->cflags adds beb1913858 Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-t [...]
No new revisions were added by this update.
Summary of changes: accel/tcg/atomic_common.c.inc | 107 ++++++++- accel/tcg/atomic_template.h | 141 ++++++------ accel/tcg/cpu-exec.c | 207 +++++++++++++---- accel/tcg/cputlb.c | 49 +--- accel/tcg/tcg-runtime.h | 46 ---- accel/tcg/translate-all.c | 7 +- accel/tcg/translator.c | 39 +--- accel/tcg/user-exec.c | 41 ++-- block/dirty-bitmap.c | 2 +- configure | 7 - cpu.c | 34 +-- docs/tools/qemu-img.rst | 8 +- include/exec/exec-all.h | 24 +- include/exec/translator.h | 11 - include/hw/core/cpu.h | 4 + include/hw/core/tcg-cpu-ops.h | 6 + include/qemu/atomic.h | 247 +++------------------ include/qemu/stats64.h | 2 +- include/tcg/tcg.h | 80 +++---- linux-user/hppa/cpu_loop.c | 2 +- plugins/core.c | 2 +- qemu-img.c | 50 ++++- softmmu/timers-state.h | 2 +- target/alpha/translate.c | 31 +-- target/arm/cpu.c | 1 + target/arm/cpu_tcg.c | 1 + target/arm/debug_helper.c | 12 +- target/arm/helper-a64.c | 8 +- target/arm/helper.h | 2 - target/arm/internals.h | 3 + target/arm/translate-a64.c | 25 --- target/arm/translate.c | 29 --- target/avr/cpu.c | 1 + target/avr/cpu.h | 1 + target/avr/gdbstub.c | 13 ++ target/avr/translate.c | 32 --- target/cris/translate.c | 20 -- target/hexagon/translate.c | 17 -- target/hppa/translate.c | 11 - target/i386/tcg/mem_helper.c | 15 +- target/i386/tcg/tcg-cpu.c | 12 + target/i386/tcg/translate.c | 28 --- target/m68k/op_helper.c | 19 +- target/m68k/translate.c | 18 -- target/microblaze/translate.c | 18 -- target/mips/tcg/translate.c | 19 -- target/nios2/translate.c | 27 --- target/openrisc/translate.c | 17 -- target/ppc/mem_helper.c | 16 +- target/ppc/translate.c | 18 -- target/riscv/translate.c | 17 -- target/rx/translate.c | 14 -- target/s390x/tcg/mem_helper.c | 19 +- target/s390x/tcg/translate.c | 24 -- target/sh4/translate.c | 18 -- target/sparc/translate.c | 17 -- target/tricore/translate.c | 16 -- target/xtensa/translate.c | 17 -- tcg/tcg-op.c | 79 ++----- tests/qemu-iotests/{291 => tests/qemu-img-bitmaps} | 34 ++- .../{291.out => tests/qemu-img-bitmaps.out} | 67 +++++- trace/mem-internal.h | 50 ----- trace/mem.h | 46 +++- util/qsp.c | 4 +- 64 files changed, 729 insertions(+), 1225 deletions(-) rename tests/qemu-iotests/{291 => tests/qemu-img-bitmaps} (79%) rename tests/qemu-iotests/{291.out => tests/qemu-img-bitmaps.out} (70%) delete mode 100644 trace/mem-internal.h