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 7a1043cef9 Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/fo [...] new fd50a00a57 Update copyright dates to 2022 new 62a4d87d2e hw/armv7m: Fix broken VMStateDescription new 617dff091f hw/char/exynos4210_uart: Fix crash on trying to load VM state new 2f93d8b04a rtc: Move RTC function prototypes to their own header new 8c1c0a1b72 hw/misc: Add a model of Versal's PMC SLCR new 9a6d491831 hw/arm/xlnx-versal: 'Or' the interrupts from the BBRAM and R [...] new f7c9aecbf8 hw/arm/xlnx-versal: Connect Versal's PMC SLCR new ba4fbdbd9b include/hw/dma/xlnx_csu_dma: Add in missing includes in the header new 00f05c02f9 hw/dma/xlnx_csu_dma: Support starting a read transfer throug [...] new cbb45ff038 hw/ssi: Add a model of Xilinx Versal's OSPI flash memory controller new 868d968004 hw/arm/xlnx-versal: Connect the OSPI flash memory controller model new 6b3fac72d9 hw/block/m25p80: Add support for Micron Xccela flash mt35xu01g new 4461f0fb23 hw/arm/xlnx-versal-virt: Connect mt35xu01g flashes to the OSPI new 72e58848b2 MAINTAINERS: Add an entry for Xilinx Versal OSPI new 5212297c47 MAINTAINERS: Remove myself (for raspi). new 0166f5c466 scripts: Explain the difference between linux-headers and st [...] new fc6177af11 target/arm: Log CPU index in 'Taking exception' log new 195209d368 hw/intc/arm_gicv3_its: Add tracepoints new e5ff041f62 hw/intc/arm_gicv3: Initialise dma_as in GIC, not ITS new 1e794a3be1 hw/intc/arm_gicv3_its: Don't clear GITS_CREADR when GITS_CTL [...] new 0cc38f359c hw/intc/arm_gicv3_its: Don't clear GITS_CWRITER on writes to [...] new 703090770c hw/intc/arm_gicv3: Honour GICD_CTLR.EnableGrp1NS for LPIs new 714d8bde04 hw/intc/arm_gicv3_its: Sort ITS command list into numeric order new d7d19c0aeb hw/intc/arm_gicv3_redist: Remove unnecessary zero checks new 1611956bce hw/intc/arm_gicv3: Set GICR_CTLR.CES if LPIs are supported new 7e062b98a2 hw/intc/arm_gicv3_its: Provide read accessor for translation_ops new 0ffe88e691 hw/intc/arm_gicv3_its: Make GITS_BASER<n> RAZ/WI for unimple [...] new 8b8bb0146b hw/intc/arm_gicv3_its: Check table bounds against correct limit new f6d1d9b407 hw/intc/arm_gicv3_its: Implement MOVALL new 961b4912c1 hw/intc/arm_gicv3_its: Implement MOVI new 08048cbd5e hw/arm: ast2600: Fix address mapping of second SPI controller new 2c023d3675 target/arm: Use correct entrypoint for SVC taken from Hyp to Hyp new 95a6af2a00 Merge remote-tracking branch 'remotes/pmaydell/tags/pull-tar [...]
The 33 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
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