Commit 3375621e78 for qemu.org

commit 3375621e78660838b862d411c43f90e905d0b985
Merge: f57fc2f7ce 37c0a0059d
Author: Richard Henderson <richard.henderson@linaro.org>
Date:   Fri Aug 21 06:58:21 2026 -0700

    Merge tag 'pull-target-arm-20260821' of https://gitlab.com/pm215/qemu into staging

    target-arm queue:
     * target/arm: Restrict arm_do_plugin_vcpu_discon_cb() to TCG
     * hw/intc: Fix kconfig handling for gicv3 when TCG disabled
     * target/arm: CPU refactoring to prepare for max-v8 and max-v9
     * hw/misc/iotkit-secctl.c: fix AHB secure read
     * target/arm: Fix SVE2 WHILEWR/WHILERW zero diff boundary case
     * hw/arm/ax3000-soc: fix heap overflow from missing class_size
     * target/arm: Implement AArch32 "disable Neon" and "disable
       VFP D16-D31 insns" CPACR/HCPTR/NSACR trap bits
     * hw/arm: put arm_boot_info structs into machine state struct

    # -----BEGIN PGP SIGNATURE-----
    #
    # iQJNBAABCAA3FiEE4aXFk81BneKOgxXPPCUl7RQ2DN4FAmqIL7YZHHBldGVyLm1h
    # eWRlbGxAbGluYXJvLm9yZwAKCRA8JSXtFDYM3pyGD/0fIH5Hq23FdWzGBws4cJOr
    # q175XCXQlaxgMG+OuJBWf5aKwLeqNFmcCspjv7p07Ezjrwixb/Qsbth5WFbZ/zCi
    # hr8kemvaq9jUzU8GmQsGmv7SgY8yXROaQGLIb8eycOBlG6ih7u3EI5TR37nFcez5
    # jxg/WkBbCprHG03Bsi7ZCDpglucNHlgxerOl7O1x2O3yfT0HC9hmVsn8N986S+/y
    # nPmzNg1/xEuGGIgOXVijCr/t/T5PgnwNdkZ5HlnLGkYHBIxq9BlINKlMPu3TK4D2
    # 548ujAJF+ZwNTJh6D84qS0a0Yiq2g+rLvTTZePv/0V7wIy5HOvL9m6zcj+1xAojZ
    # 86UFY33/AaHowWCNAHEtEISFrKRjfwkiAamLPkkG6wae+8RCpA3/5arY2hNNNbfy
    # N1JEvQMeil/roXfei1QTKP5pCqUhUNfMm4pR8xXPb8Ke6uEKwXjjqAw/Gg6jaccn
    # ZRCbG/BIs5LlWzUyyYuqsiIzAY9xuuU/UeHj2N+fr+vtqgiltTpgkJ1W2V90WCuu
    # 1NF1eiUKukyVXn9IW3IxAqcXYCHqMY9lt2D0BcijYyjsaFRfQMLYw220/PACcnsl
    # 69tqEV92OdwRXZ8MSBwj4Xv4y1U4me9uL490+1oKgQIm+J5dj653ViEmHJ6Of4wb
    # fSgKhs91YewlAsZDluKi6w==
    # =p8ub
    # -----END PGP SIGNATURE-----
    # gpg: Signature made Fri 21 Aug 2026 04:00:06 AM PDT
    # gpg:                using RSA key E1A5C593CD419DE28E8315CF3C2525ED14360CDE
    # gpg:                issuer "peter.maydell@linaro.org"
    # gpg: Good signature from "Peter Maydell <peter.maydell@linaro.org>" [unknown]
    # gpg:                 aka "Peter Maydell <pmaydell@gmail.com>" [unknown]
    # gpg:                 aka "Peter Maydell <pmaydell@chiark.greenend.org.uk>" [unknown]
    # gpg:                 aka "Peter Maydell <peter@archaic.org.uk>" [unknown]
    # gpg: WARNING: The key's User ID is not certified with a trusted signature!
    # gpg:          There is no indication that the signature belongs to the owner.
    # Primary key fingerprint: E1A5 C593 CD41 9DE2 8E83  15CF 3C25 25ED 1436 0CDE

    * tag 'pull-target-arm-20260821' of https://gitlab.com/pm215/qemu: (43 commits)
      hw/arm: xilinx_zynq: Store boot info in the machine state
      hw/arm: versatilepb: Store boot info in the machine state
      hw/arm: sabrelite: Store boot info in the machine state
      hw/arm: realview: Store boot info in the machine state
      hw/arm: orangepi: Store boot info in the machine state
      hw/arm: omap_sx1: Store boot info in the machine state
      hw/arm: npcm8xx: Store boot info in the machine state
      hw/arm: npcm7xx: Store boot info in the machine state
      hw/arm: musicpal: Store boot info in the machine state
      hw/arm: mcimx7d-sabre: Store boot info in the machine state
      hw/arm: kzm: Store boot info in the board state
      hw/arm: integratorcp: Store boot info in the machine state
      hw/arm: imx8mm-evk: Store boot info in the machine state
      hw/arm: imx25_pdk: Store boot info in the board state
      hw/arm: exynos4_boards: Store boot info in the board state
      hw/arm: cubieboard: Store boot info in the machine state
      hw/arm: collie: Store boot info in the machine state
      hw/arm: bananapi_m2u: Store boot info in the machine state
      hw/arm: aspeed_ast27x0-fc: Store boot info in the machine state
      hw/arm: aspeed: Store boot info in the machine state
      ...

    Signed-off-by: Richard Henderson <richard.henderson@linaro.org>