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-release-aarch64-check_cross in repository toolchain/ci/qemu.
from 801f3db756 Merge remote-tracking branch 'remotes/philmd/tags/kconfig-20 [...] adds 8ee6e2811d tests/acceptance/virtio-gpu.py: use require_accelerator() adds cc6a2457a1 tests/acceptance/virtio-gpu.py: combine x86_64 arch tags adds 3c6eb9c6f0 tests/acceptance/virtio-gpu.py: combine CPU tags adds 532835d022 tests/acceptance/virtio-gpu.py: combine kernel command line adds 3a05eee2fe tests/acceptance/virtio-gpu.py: use virtio-vga-gl adds 074fca10c0 tests/acceptance/virtio-gpu.py: provide kernel and initrd hashes adds f4a3fda43e remote/memory: Replace share parameter with ram_flags adds 033bd16b8a Merge remote-tracking branch 'remotes/cleber-gitlab/tags/pyt [...] adds 0445409d74 iothread: generalize iothread_set_param/iothread_get_param adds 1793ad0247 iothread: add aio-max-batch parameter adds d7ddd0a161 linux-aio: limit the batch size using `aio-max-batch` parameter adds 29c7daa007 Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/b [...] adds 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 [...] adds e72f9524fe qemu-config: never call the callback after an error, fix leak adds 461fea9bf1 qemu-config: fix memory leak on ferror() adds dadafe6785 vl: Parse legacy default_machine_opts adds f288d9932c chardev-spice: add missing module_obj directive adds 670b359193 usb: fix usb-host dependency check adds 40e07370f2 qemu-config: restore "machine" in qmp_query_command_line_options() adds b128b25a5a target/i386: Added V_INTR_PRIO check to virtual interrupts adds 213ff024a2 target/i386: Added consistency checks for CR4 adds d499f196fe target/i386: Added consistency checks for EFER adds c10852afb6 configure: Drop obsolete check for the alloc_size attribute adds ac34711171 meson: fix dependencies for modinfo adds 332008e0b9 configure: Fix --without-default-features propagation to meson adds 3a6a1256d4 configure: Allow vnc to get disabled with --without-default- [...] adds bcf0a7dabd configure: Fix the default setting of the "xen" feature adds 0848f8aca6 configure: Let --without-default-features disable vhost-kern [...] adds 7b7ca8ebde Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/fo [...]
No new revisions were added by this update.
Summary of changes: VERSION | 2 +- 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 +- block/linux-aio.c | 9 +- chardev/spice.c | 1 + configure | 27 +-- cpu.c | 34 +-- docs/tools/qemu-img.rst | 8 +- hw/remote/memory.c | 2 +- hw/usb/meson.build | 2 +- include/block/aio.h | 12 + 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/sysemu/iothread.h | 3 + include/tcg/tcg.h | 80 +++---- iothread.c | 82 ++++++- linux-user/hppa/cpu_loop.c | 2 +- meson.build | 6 +- monitor/hmp-cmds.c | 2 + plugins/core.c | 2 +- qapi/misc.json | 6 +- qapi/qom.json | 7 +- qemu-img.c | 50 ++++- qemu-options.hx | 8 +- softmmu/timers-state.h | 2 +- softmmu/vl.c | 1 + 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/cpu.h | 44 ++++ target/i386/tcg/mem_helper.c | 15 +- target/i386/tcg/sysemu/misc_helper.c | 3 + target/i386/tcg/sysemu/svm_helper.c | 60 ++++- 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/acceptance/virtio-gpu.py | 42 ++-- 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/aio-posix.c | 12 + util/aio-win32.c | 5 + util/async.c | 2 + util/qemu-config.c | 16 +- util/qsp.c | 4 +- 86 files changed, 1005 insertions(+), 1296 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