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-arm in repository toolchain/ci/qemu.
from 31abf61c49 Merge tag 'pull-ppc-20220505' of https://gitlab.com/danielhb [...] adds a6f5770fb2 vfio: simplify the conditional statements in vfio_msi_enable adds be4a46eccf vfio: move re-enabling INTX out of the common helper adds 8ab217d5d3 vfio: simplify the failure path in vfio_msi_enable adds 75d546fc18 Revert "vfio: Avoid disabling and enabling vectors repeatedl [...] adds dc580d51f7 vfio: defer to commit kvm irq routing when enable msi/msix adds 99510d271b vfio/common: Fix a small boundary issue of a trace adds 4168cdad39 sysemu: tpm: Add a stub function for TPM_IS_CRB adds 851d6d1a0f vfio/common: remove spurious tpm-crb-cmd misalignment warning adds 9d38ffc5d8 hw/vfio/pci: fix vfio_pci_hot_reset_result trace point adds 0d570a2572 vfio/pci: Use vbasedev local variable in vfio_realize() adds 44ee6aaae0 vfio/common: Rename VFIOGuestIOMMU::iommu into ::iommu_mr adds 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/vfio/common.c | 50 +- hw/vfio/pci.c | 234 +- hw/vfio/pci.h | 2 + hw/vfio/trace-events | 1 + hw/xtensa/mx_pic.c | 2 +- include/hw/vfio/vfio-common.h | 2 +- include/sysemu/tpm.h | 6 + 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 +- 22 files changed, 3104 insertions(+), 6551 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%)