Commit f8aef8a9ae for qemu.org

commit f8aef8a9aed7438083c400da10acabdec485dc9b
Merge: f348612449 a8b79b2d9c
Author: Richard Henderson <richard.henderson@linaro.org>
Date:   Fri Sep 18 09:23:33 2026 -1000

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

    NS 87560 SuperIO chip

    This series adds the emulation of a "NS 87560 SuperIO chip".
    The SuperIO chip includes a floppy controller, two serial ports, one parallel
    port, an IDE controller and one OHCI USB port.

    This National Semiconductor SuperIO chip was commonly used in many HP PA-RISC
    B- and C-class workstations, as in the HP C3700 machine which is being
    emulated by QEMU already. The last patch wires up this SuperIO driver to the
    existing C3700 machine emulation.

    This driver was developed during the last few months by Abizer Lokhandwala
    <abizerlokhandwalastd10@gmail.com> and mentored and reviewed by me.

    # -----BEGIN PGP SIGNATURE-----
    #
    # iHUEABYKAB0WIQS86RI+GtKfB8BJu973ErUQojoPXwUCaq1o6wAKCRD3ErUQojoP
    # XzJQAP4pIMGOQDxjVOVnRUg2H6uS9TlBNnjXZNkw3ZFxbrbz3AD9Fnl7gelHlY1v
    # p/aYziW6JzRgUBuIPcRSUWlPjzPVfQk=
    # =Vqwl
    # -----END PGP SIGNATURE-----
    # gpg: Signature made Fri 18 Sep 2026 06:38:03 AM HST
    # 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 'superio-hppa-pull-request' of https://github.com/hdeller/qemu-hppa:
      hw/hppa: Add NS 87560 SuperIO chip to HP C3700 machine
      hw/pc87560: Wire up emulation of NS 87560 SuperIO chip
      hw/usb/pc87560-ohci: Add USB OHCI emulation of NS 87560 SuperIO chip
      hw/usb/hcd-ohci: Add big endian and consistency check support
      hw/ide/pc87560-ide: Add IDE emulation of NS 87560 SuperIO chip
      hw/isa/pc87560: Add main isa code for NS 87560 SuperIO chip
      hw/pci/pci_ids: Add PCI vendor ID and IDs for NS chips

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