Commit be048ee4d9 for qemu.org

commit be048ee4d935bf8790af857a471a7a6ea692700a
Merge: d34dbb9549 128f4f1166
Author: Stefan Hajnoczi <stefanha@redhat.com>
Date:   Sat Apr 25 10:21:42 2026 -0400

    Merge tag 'hw-misc-20260422' of https://github.com/philmd/qemu into staging

    Misc HW patches

    - Build hw/avr/ as common unit files
    - Header cleanups around 'cpu.h', 'qemu/audio.h' or duplicated lines
    - Remove obsolete TPMIfClass::ppi_enabled field
    - Cleanups around load/store API
    - Restrict 'compat' properties API to system emulation
    - Correct TPM PPCI ACPI for Windows guests on ARM Virt machine
    - Simplify physical_memory_range_includes_clean()
    - Avoid including CONFIG_DEVICES in hw/arm/smmuv3
    - Initialize bus frequency in PPC e500 device tree blob
    - More ATI VGA fixes
    - Fix fuzzing issues on AVR power controller and SH4 MCU
    - MAINTAINERS updates
    - Machine compat array for v11.0.0 release
    - USB EHCI cleanups

    # -----BEGIN PGP SIGNATURE-----
    #
    # iQIzBAABCAAdFiEE+qvnXhKRciHc/Wuy4+MsLN6twN4FAmnrxC4ACgkQ4+MsLN6t
    # wN4Qvw/9FjyoP38tsif1KtdoYm269IFNyriunJ9bh3rCyknVoA03I0tbmMlkHaNE
    # UsorLSKdbvhFM5Fq4pa0xuu2bmXZMe5xxm4SHzeJF//ejOQkWqW7NJo/tTsXLhpX
    # ZdkouHDM+VGhNjEnBCWQeXDECiVQNXDmDfHIMh6/ufTlF9XTr6rfIEw/uIkzw6HD
    # ebCwiMQa+dBQE7WrTtSR2qkqyFN9MGqpJ9bQFgDLw/iDiRqDmZwLtKW2aFMAaPxf
    # Wmlz+bvp/tIC0ZNdmGFS5mTS2SN5uP4msP/4EvE6Odcd+CapCGW0CBgXFi9M7OJD
    # /4MoIhpuH8cd4wPwQZjY3Lobug8ctxItBzjZeUkQsjUrt5rtLI5+iElkEPfLdCPD
    # FX6gCGZxeg7ME7C+A22ZRbXh9gpsoQhmjAn0GvAVuMkaIohPczqLilem3nAWQCEx
    # tMvO+M0QIbY8W6aQUQpOLkZMbagaiz8wF3cbnvnZaA+ZrbHt6R2nz/i+H8FGww4c
    # ccMoGIRmaST1uWU9t5+/DqhLAgAMuT5ZcbQmRUxHNjZXABUQoz/o0N+gTO3MGyHX
    # UCI15p4PTa3pmBMBr9eRFgMbE00k9QdxAi816RlvFtXh1dBYsf5bKPsgzluN27Y2
    # QwpTaSLlMTzQbFpSMLujOk+T/HMnMAUP4CMsXFOmXoTSkBLodEI=
    # =bA6W
    # -----END PGP SIGNATURE-----
    # gpg: Signature made Fri 24 Apr 2026 15:27:42 EDT
    # gpg:                using RSA key FAABE75E12917221DCFD6BB2E3E32C2CDEADC0DE
    # gpg: Good signature from "Philippe Mathieu-Daudé (F4BUG) <f4bug@amsat.org>" [full]
    # Primary key fingerprint: FAAB E75E 1291 7221 DCFD  6BB2 E3E3 2C2C DEAD C0DE

    * tag 'hw-misc-20260422' of https://github.com/philmd/qemu: (62 commits)
      MAINTAINERS: Transfer CI maintenance to Pierrick
      MAINTAINERS: Maintain MIPS Boston
      MAINTAINERS: Remove PhilMD from NVMe Block Driver
      MAINTAINERS: Remove my disfunctional emails
      MAINTAINERS: Remove my unused git tree locations
      MAINTAINERS: Cover hexloader tests under the Generic Loader section
      MAINTAINERS: Merge PCIe DOE section within SPDM
      hw/usb/hcd-ehci: Introduce common properties macro for sysbus and pci
      hw/usb/hcd-ehci: Replace DPRINTF debug logs with trace events
      hw/usb/hcd-ehci.c: Replace fprintf(stderr, ...) with qemu_log_mask(LOG_GUEST_ERROR)
      hw/usb/hcd-ehci.c: Fix coding style issues reported by checkpatch
      hw/usb/hcd-ehci.h: Fix coding style issues reported by checkpatch
      hw/usb/hcd-ehci: Remove unused EHCIfstn structure and dead code
      hw/arm/virt: Do not select Kconfig symbol PCI_EXPRESS
      hw/cxl: Define cxl_fmws_get_all_sorted() stub
      hw/sh4/sh7750: Remove forgotten abort() in the MM_ITLB_DATA handler
      hw/misc: Fix the valid access size to the avr-power device
      hw/ppc/amigaone: remove duplicate include
      hw/hyperv: remove duplicate include
      hw/virtio/virtio-iommu: remove duplicate include
      ...

    Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>