This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-stable-allmodconfig in repository toolchain/ci/qemu.
from 78ac2eebba Merge tag 'artist-cursor-fix-final-pull-request' of https:// [...] adds 9f225e607f target/arm: Postpone interpretation of stage 2 descriptor at [...] adds 4a0b47c815 target/arm: Factor out FWB=0 specific part of combine_cacheattrs() adds 8c7e17ef38 target/arm: Implement FEAT_S2FWB adds e04bf5a793 target/arm: Enable FEAT_S2FWB for -cpu max adds 75662f36e3 target/arm: Implement FEAT_IDST adds 3d52472f81 target/arm: Drop unsupported_encoding() macro adds 272f75e890 hw/intc/arm_gicv3_cpuif: Handle CPUs that don't specify GICv [...] adds 9c6f933e71 hw/intc/arm_gicv3: report correct PRIbits field in ICV_CTLR_EL1 adds 9774c0f7ba hw/intc/arm_gicv3_kvm.c: Stop using GIC_MIN_BPR constant adds 84597ff394 hw/intc/arm_gicv3: Support configurable number of physical p [...] adds 39f29e5993 hw/intc/arm_gicv3: Use correct number of priority bits for the CPU adds 5d55f82767 hw/intc/arm_gicv3: Provide ich_num_aprs() adds e1be11a5a4 Fix aarch64 debug register names. adds 6e76d35f23 hw/adc/zynq-xadc: Use qemu_irq typedef adds 1a13efcc56 target/arm/helper.c: Delete stray obsolete comment adds 24526bb92f target/arm: Make number of counters in PMCR follow the CPU adds e8ca920f3d hw/arm/virt: Fix incorrect non-secure flash dtb node name adds afdcbddcc9 hw/arm/virt: Drop #size-cells and #address-cells from gpio-k [...] adds 9598c1bb39 ptimer: Rename PTIMER_POLICY_DEFAULT to PTIMER_POLICY_LEGACY adds 07b034ea82 target/arm: Fix PAuth keys access checks for disabled SEL2 adds 5814d587fe target/arm: Enable FEAT_HCX for -cpu max adds fab8ad39fb target/arm: Use FIELD definitions for CPACR, CPTR_ELx adds 3a650ac995 Merge tag 'pull-target-arm-20220519' of https://git.linaro.o [...] adds e4e68c31db gitlab-ci: Switch the container of the 'check-patch' & 'chec [...] adds f3f0cbaf97 Remove Ubuntu 18.04 container support from the repository adds 83f79d4efc tests/qtest: fix registration of ABRT handler for QEMU cleanup adds 6cbde91a27 tests/qtest: use prctl(PR_SET_PDEATHSIG) as fallback to kill QEMU adds 0ce9b08c10 docs/about: Update the support statement for Windows adds 28e7e95e6b tests/vm: Add capstone to the NetBSD and OpenBSD VMs adds 43ecd16678 capstone: Allow version 3.0.5 again adds 83602083b4 capstone: Remove the capstone submodule adds 3757b0d08b Merge tag 'pull-request-2022-05-18' of https://gitlab.com/th [...]
No new revisions were added by this update.
Summary of changes: .gitlab-ci.d/buildtest.yml | 3 +- .gitlab-ci.d/containers.yml | 5 - .../custom-runners/ubuntu-20.04-aarch32.yml | 2 +- .../custom-runners/ubuntu-20.04-aarch64.yml | 2 +- .gitlab-ci.d/static_checks.yml | 14 +- .gitlab-ci.d/windows.yml | 5 +- .gitmodules | 3 - capstone | 1 - configure | 23 +- docs/about/build-platforms.rst | 14 +- docs/system/arm/emulation.rst | 2 + hw/adc/zynq-xadc.c | 4 +- hw/arm/boot.c | 2 +- hw/arm/musicpal.c | 2 +- hw/arm/virt.c | 4 +- hw/core/machine.c | 4 +- hw/dma/xilinx_axidma.c | 2 +- hw/dma/xlnx_csu_dma.c | 2 +- hw/intc/arm_gicv3_common.c | 5 + hw/intc/arm_gicv3_cpuif.c | 225 +++++++++---- hw/intc/arm_gicv3_kvm.c | 16 +- hw/m68k/mcf5206.c | 2 +- hw/m68k/mcf5208.c | 2 +- hw/net/can/xlnx-zynqmp-can.c | 2 +- hw/net/fsl_etsec/etsec.c | 2 +- hw/net/lan9118.c | 2 +- hw/rtc/exynos4210_rtc.c | 4 +- hw/timer/allwinner-a10-pit.c | 2 +- hw/timer/altera_timer.c | 2 +- hw/timer/arm_timer.c | 2 +- hw/timer/digic-timer.c | 2 +- hw/timer/etraxfs_timer.c | 6 +- hw/timer/exynos4210_mct.c | 6 +- hw/timer/exynos4210_pwm.c | 2 +- hw/timer/grlib_gptimer.c | 2 +- hw/timer/imx_epit.c | 4 +- hw/timer/imx_gpt.c | 2 +- hw/timer/mss-timer.c | 2 +- hw/timer/sh_timer.c | 2 +- hw/timer/slavio_timer.c | 2 +- hw/timer/xilinx_timer.c | 2 +- include/hw/adc/zynq-xadc.h | 3 +- include/hw/intc/arm_gicv3_common.h | 8 +- include/hw/ptimer.h | 16 +- include/qemu/osdep.h | 2 +- meson.build | 115 +------ meson_options.txt | 3 +- scripts/ci/setup/build-environment.yml | 14 +- scripts/meson-buildoptions.sh | 5 +- target/arm/cpregs.h | 24 ++ target/arm/cpu.c | 11 +- target/arm/cpu.h | 76 ++++- target/arm/cpu64.c | 30 ++ target/arm/cpu_tcg.c | 6 + target/arm/helper.c | 348 ++++++++++++++++----- target/arm/internals.h | 11 +- target/arm/kvm64.c | 12 + target/arm/op_helper.c | 9 + target/arm/translate-a64.c | 36 ++- target/arm/translate-a64.h | 9 - tests/docker/dockerfiles/ubuntu1804.docker | 144 --------- tests/lcitool/refresh | 7 - tests/qtest/libqtest.c | 21 +- tests/unit/ptimer-test.c | 6 +- tests/vm/netbsd | 3 +- tests/vm/openbsd | 3 +- 66 files changed, 756 insertions(+), 558 deletions(-) delete mode 160000 capstone delete mode 100644 tests/docker/dockerfiles/ubuntu1804.docker