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 7a1043cef9 Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/fo [...] adds fd50a00a57 Update copyright dates to 2022 adds 62a4d87d2e hw/armv7m: Fix broken VMStateDescription adds 617dff091f hw/char/exynos4210_uart: Fix crash on trying to load VM state adds 2f93d8b04a rtc: Move RTC function prototypes to their own header adds 8c1c0a1b72 hw/misc: Add a model of Versal's PMC SLCR adds 9a6d491831 hw/arm/xlnx-versal: 'Or' the interrupts from the BBRAM and R [...] adds f7c9aecbf8 hw/arm/xlnx-versal: Connect Versal's PMC SLCR adds ba4fbdbd9b include/hw/dma/xlnx_csu_dma: Add in missing includes in the header adds 00f05c02f9 hw/dma/xlnx_csu_dma: Support starting a read transfer throug [...] adds cbb45ff038 hw/ssi: Add a model of Xilinx Versal's OSPI flash memory controller adds 868d968004 hw/arm/xlnx-versal: Connect the OSPI flash memory controller model adds 6b3fac72d9 hw/block/m25p80: Add support for Micron Xccela flash mt35xu01g adds 4461f0fb23 hw/arm/xlnx-versal-virt: Connect mt35xu01g flashes to the OSPI adds 72e58848b2 MAINTAINERS: Add an entry for Xilinx Versal OSPI adds 5212297c47 MAINTAINERS: Remove myself (for raspi). adds 0166f5c466 scripts: Explain the difference between linux-headers and st [...] adds fc6177af11 target/arm: Log CPU index in 'Taking exception' log adds 195209d368 hw/intc/arm_gicv3_its: Add tracepoints adds e5ff041f62 hw/intc/arm_gicv3: Initialise dma_as in GIC, not ITS adds 1e794a3be1 hw/intc/arm_gicv3_its: Don't clear GITS_CREADR when GITS_CTL [...] adds 0cc38f359c hw/intc/arm_gicv3_its: Don't clear GITS_CWRITER on writes to [...] adds 703090770c hw/intc/arm_gicv3: Honour GICD_CTLR.EnableGrp1NS for LPIs adds 714d8bde04 hw/intc/arm_gicv3_its: Sort ITS command list into numeric order adds d7d19c0aeb hw/intc/arm_gicv3_redist: Remove unnecessary zero checks adds 1611956bce hw/intc/arm_gicv3: Set GICR_CTLR.CES if LPIs are supported adds 7e062b98a2 hw/intc/arm_gicv3_its: Provide read accessor for translation_ops adds 0ffe88e691 hw/intc/arm_gicv3_its: Make GITS_BASER<n> RAZ/WI for unimple [...] adds 8b8bb0146b hw/intc/arm_gicv3_its: Check table bounds against correct limit adds f6d1d9b407 hw/intc/arm_gicv3_its: Implement MOVALL adds 961b4912c1 hw/intc/arm_gicv3_its: Implement MOVI adds 08048cbd5e hw/arm: ast2600: Fix address mapping of second SPI controller adds 2c023d3675 target/arm: Use correct entrypoint for SVC taken from Hyp to Hyp adds 95a6af2a00 Merge remote-tracking branch 'remotes/pmaydell/tags/pull-tar [...]
No new revisions were added by this update.
Summary of changes: MAINTAINERS | 7 +- docs/conf.py | 2 +- hw/arm/armv7m.c | 4 +- hw/arm/aspeed_ast2600.c | 2 +- hw/arm/omap1.c | 2 +- hw/arm/pxa2xx.c | 2 +- hw/arm/strongarm.c | 2 +- hw/arm/xlnx-versal-virt.c | 25 +- hw/arm/xlnx-versal.c | 190 ++- hw/block/m25p80.c | 2 + hw/char/exynos4210_uart.c | 2 +- hw/dma/xlnx_csu_dma.c | 17 + hw/intc/arm_gicv3.c | 1 + hw/intc/arm_gicv3_common.c | 9 + hw/intc/arm_gicv3_its.c | 258 +++- hw/intc/arm_gicv3_redist.c | 115 +- hw/intc/gicv3_internal.h | 43 +- hw/intc/trace-events | 8 + hw/misc/mac_via.c | 2 +- hw/misc/macio/cuda.c | 2 +- hw/misc/macio/pmu.c | 2 +- hw/misc/meson.build | 5 +- hw/misc/xlnx-versal-pmc-iou-slcr.c | 1446 ++++++++++++++++++++++ hw/ppc/spapr_rtc.c | 2 +- hw/rtc/allwinner-rtc.c | 2 +- hw/rtc/aspeed_rtc.c | 2 +- hw/rtc/ds1338.c | 2 +- hw/rtc/exynos4210_rtc.c | 2 +- hw/rtc/goldfish_rtc.c | 2 +- hw/rtc/m41t80.c | 2 +- hw/rtc/m48t59.c | 2 +- hw/rtc/mc146818rtc.c | 2 +- hw/rtc/pl031.c | 2 +- hw/rtc/twl92230.c | 2 +- hw/rtc/xlnx-zynqmp-rtc.c | 2 +- hw/s390x/tod-tcg.c | 2 +- hw/scsi/megasas.c | 2 +- hw/ssi/meson.build | 1 + hw/ssi/xlnx-versal-ospi.c | 1853 ++++++++++++++++++++++++++++ include/hw/arm/xlnx-versal.h | 30 +- include/hw/dma/xlnx_csu_dma.h | 24 +- include/hw/intc/arm_gicv3_its_common.h | 1 - include/hw/misc/xlnx-versal-pmc-iou-slcr.h | 78 ++ include/hw/ssi/xlnx-versal-ospi.h | 111 ++ include/qemu-common.h | 5 +- include/sysemu/rtc.h | 58 + net/dump.c | 2 +- scripts/update-linux-headers.sh | 16 + softmmu/rtc.c | 2 +- target/arm/helper.c | 13 +- target/arm/internals.h | 2 +- target/arm/m_helper.c | 2 +- 52 files changed, 4300 insertions(+), 74 deletions(-) create mode 100644 hw/misc/xlnx-versal-pmc-iou-slcr.c create mode 100644 hw/ssi/xlnx-versal-ospi.c create mode 100644 include/hw/misc/xlnx-versal-pmc-iou-slcr.h create mode 100644 include/hw/ssi/xlnx-versal-ospi.h create mode 100644 include/sysemu/rtc.h