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 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 [...] adds b6b3da9998 WHPX: support for xcr0 adds 158bb2249e configure: Add cross prefix for widl tool adds f780a3f480 qga-vss: always build qga-vss.tlb when qga-vss.dll is built adds 119fc611ea meson-buildoptions: add support for string options adds 14efd8d3b5 meson, configure: move Xen detection to meson adds 40c909f534 configure, meson: move iasl detection to meson adds d2147e04f9 configure: move Windows flags detection to meson adds 4fda6011d0 configure: switch string options to automatic parsing adds 41f2ae2819 meson, configure: move --tls-priority to meson adds 622d64fffe meson, configure: move bdrv whitelists to meson adds b0b4323e32 meson, configure: move --with-pkgversion, CONFIG_STAMP to meson adds ce6119dc8e meson, configure: move --interp-prefix to meson adds f7fb6c6ad4 meson: always combine directories with prefix adds c09c1ce7e9 configure: switch directory options to automatic parsing adds c54b59ee0d meson: pass more options directly as -D adds 0a31e3a0a0 configure: omit options with default values from meson command line adds 10925d0617 meson, virtio: place all virtio-pci devices under virtio_pci_ss adds 5e7b5ebaec configure: simplify vhost-net-{user, vdpa} configuration adds 9972ae314f build: move vhost-vsock configuration to Kconfig adds d13b200253 build: move vhost-scsi configuration to Kconfig adds 5166dabf4f build: move vhost-user-fs configuration to Kconfig adds 2a3129a376 meson: create have_vhost_* variables adds 43b6d7ee1f meson: use have_vhost_* variables to pick sources adds 2df89d5420 configure, meson: move vhost options to Meson adds 6033b9ecd4 pc: remove -soundhw pcspk adds f133664915 Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu [...]
No new revisions were added by this update.
Summary of changes: Kconfig.host | 3 - backends/meson.build | 8 +- configure | 673 +- docs/meson.build | 2 +- hw/audio/pcspk.c | 10 - hw/audio/soundhw.c | 27 +- hw/net/meson.build | 8 +- hw/scsi/Kconfig | 5 + hw/virtio/Kconfig | 18 +- hw/virtio/meson.build | 34 +- hw/xtensa/mx_pic.c | 2 +- include/hw/audio/soundhw.h | 3 - include/hw/virtio/virtio-scsi.h | 2 - meson.build | 256 +- meson_options.txt | 28 +- net/meson.build | 12 +- qga/vss-win32/meson.build | 4 +- scripts/ci/org.centos/stream/8/x86_64/configure | 3 - scripts/meson-buildoptions.py | 86 +- scripts/meson-buildoptions.sh | 74 +- scripts/qemu-stamp.py | 24 + scripts/xen-detect.c | 203 + target/i386/whpx/whpx-all.c | 87 + target/i386/whpx/whpx-internal.h | 3 + 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/meson.build | 2 +- tests/qtest/meson.build | 4 +- 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 +- tools/meson.build | 2 +- 42 files changed, 3694 insertions(+), 7247 deletions(-) create mode 100644 scripts/qemu-stamp.py create mode 100644 scripts/xen-detect.c 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%)