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_build/master-aarch64 in repository toolchain/ci/qemu.
from 13220a46e2 Merge tag 'vfio-updates-20220506.1' of https://gitlab.com/al [...] adds 0269a6cf4e target/xtensa: fix missing tcg_temp_free in gen_window_check adds 2b570a178a target/xtensa: use tcg_contatnt_* for numeric literals adds f99fbd125b target/xtensa: use tcg_constant_* for exceptions adds 4ee412df69 target/xtensa: use tcg_constant_* for TLB opcodes adds dad266a1e3 target/xtensa: use tcg_constant_* for numbered special registers adds 867e354cbd target/xtensa: use tcg_constant_* for FPU conversion opcodes adds 6ade0ce972 target/xtensa: use tcg_constant_* for remaining opcodes adds 8c48e36548 target/xtensa: import core lx106 adds 9e377be1f0 target/xtensa: add clock input to xtensa CPU adds c6f3f334d1 hw/xtensa: fix reset value of MIROUT register of MX PIC adds b9400b1fba tests/tcg/xtensa: fix build for cores without windowed registers adds 8164f14bb9 tests/tcg/xtensa: restore vecbase SR after test adds 64407f6a9e tests/tcg/xtensa: fix watchpoint test adds e120c8335d tests/tcg/xtensa: remove dependency on the loop option adds 703cebcfac tests/tcg/xtensa: enable autorefill phys_mem tests for MMUv3 adds da60ecd6d8 tests/tcg/xtensa: enable mmu tests for MMUv3 adds 4be4c5b826 tests/tcg/xtensa: fix vectors and checks in timer test adds 59491e97f8 target/xtensa: implement cache test option opcodes adds 11314643c3 Merge tag '20220506-xtensa-1' of https://github.com/OSLL/qem [...]
No new revisions were added by this update.
Summary of changes: hw/xtensa/mx_pic.c | 2 +- target/xtensa/{core-de212.c => core-lx106.c} | 16 +- .../xtensa/{core-dsp3400 => core-lx106}/core-isa.h | 358 +- target/xtensa/core-lx106/gdb-config.c.inc | 83 + .../xtensa-modules.c.inc | 8312 ++++++-------------- target/xtensa/cores.list | 1 + target/xtensa/cpu.c | 15 + target/xtensa/cpu.h | 5 + target/xtensa/op_helper.c | 7 +- target/xtensa/translate.c | 211 +- tests/tcg/xtensa/crt.S | 2 + tests/tcg/xtensa/test_break.S | 86 +- tests/tcg/xtensa/test_mmu.S | 182 +- tests/tcg/xtensa/test_phys_mem.S | 10 +- tests/tcg/xtensa/test_sr.S | 2 + tests/tcg/xtensa/test_timer.S | 68 +- 16 files changed, 2918 insertions(+), 6442 deletions(-) copy target/xtensa/{core-de212.c => core-lx106.c} (84%) copy target/xtensa/{core-dsp3400 => core-lx106}/core-isa.h (57%) create mode 100644 target/xtensa/core-lx106/gdb-config.c.inc copy target/xtensa/{core-sample_controller => core-lx106}/xtensa-modules.c.inc (54%)