Commit 7df28e4c41 for qemu.org

commit 7df28e4c41c45a68afbc60766c2111358fc7fd37
Merge: 7a2dc48276 bf758751aa
Author: Peter Maydell <peter.maydell@linaro.org>
Date:   Tue Mar 31 20:46:13 2026 +0100

    Merge tag 'hppa-more-v11-fixes-pull-request' of https://github.com/hdeller/qemu-hppa into staging

    HPPA patches for qemu-v11

    A few late fixes for the HPPA architecture for QEMU v11:
    - graphics support was broken for 64-bit machines. This series adds
      support for VGA graphics for Linux guests
    - the various memory ranges were not correctly implemented
    - TOC/NMI was not working on 64-bit machines
    - minor 64-bit HP-UX boot fixes (but HP-UX 64-bit still crashes)

    # -----BEGIN PGP SIGNATURE-----
    #
    # iHUEABYKAB0WIQS86RI+GtKfB8BJu973ErUQojoPXwUCacwXxAAKCRD3ErUQojoP
    # X7NxAQCBszDUKsNX5KiB+cxW1AfT1Gyzo4q9T0NNULO5v2Fn7gD/YVzgtZ6F+crK
    # 1eG1R0aVekPmx+NClsCLvy/dX1YmTww=
    # =L+6i
    # -----END PGP SIGNATURE-----
    # gpg: Signature made Tue Mar 31 19:51:48 2026 BST
    # gpg:                using EDDSA key BCE9123E1AD29F07C049BBDEF712B510A23A0F5F
    # gpg: Good signature from "Helge Deller <deller@gmx.de>" [unknown]
    # gpg:                 aka "Helge Deller <deller@kernel.org>" [unknown]
    # gpg:                 aka "Helge Deller <deller@debian.org>" [unknown]
    # gpg: WARNING: This key is not certified with a trusted signature!
    # gpg:          There is no indication that the signature belongs to the owner.
    # Primary key fingerprint: 4544 8228 2CD9 10DB EF3D  25F8 3E5F 3D04 A7A2 4603
    #      Subkey fingerprint: BCE9 123E 1AD2 9F07 C049  BBDE F712 B510 A23A 0F5F

    * tag 'hppa-more-v11-fixes-pull-request' of https://github.com/hdeller/qemu-hppa:
      target/hppa: Update SeaBIOS-hppa to version 24
      hw/hppa: Implement memory ranges
      target/hppa: Fix TOC handler for 64-bit CPUs
      hw/pci-host/astro: Add GMMIO mapping
      hw/pci-host/astro: Fix LMMIO DIRECT mappings
      hw/pci-host/astro: Implement LMMIO registers
      hw/pci-host/astro: Fix initial addresses in IOC
      hw/pci-host/astro: Make astro address arrays accessible for other users

    Signed-off-by: Peter Maydell <peter.maydell@linaro.org>