Commit 084a6c6e73 for qemu.org

commit 084a6c6e73a8670f3d5144b88d617a76fae207a8
Merge: 1ae4271ab8 27c64fa59d
Author: Peter Maydell <peter.maydell@linaro.org>
Date:   Mon Mar 9 09:39:12 2026 +0000

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

    Misc HW patches

    - Remove versioned machines released in QEMU 3.0
    - Build various stubs and ACPI objects once
    - Pair of bug fixes in ATI VGA model
    - Cleanups in 16550A UART model
    - Clarify PA-RISC CPU models (adding the PA-8500)
    - Various memory leaks / overflows fixed
    - MAINTAINERS updates

    # -----BEGIN PGP SIGNATURE-----
    #
    # iQIzBAABCAAdFiEE+qvnXhKRciHc/Wuy4+MsLN6twN4FAmmt+RQACgkQ4+MsLN6t
    # wN6Xkg//bSmLBV1gZKx83GqYzebs+EwEau38XNQ7gl3yp13pU8di+Hfem+Lv8Lk+
    # ZMMsFCLPQ5xPeggiefxpOu7bUG6YukIA85/XD4fwB8MWddu7qN2jJJuQHHFk8e1A
    # T/kQZTIGvpItLQfBPqnXIgElGhmMSgzeHvjKUbXJXI8ZpQPlmBM1HJb363P/GbAy
    # 8PIyOcQRfgTen3gQWqoGmft/dWi5XeUsQhB7PIAbB6X9Ix/EOgF+u7SYXnTO6UZY
    # xJcjgsWpaVgMh1+gU4w/riZpcr8gJCcbN80lX3hzsBNKwgXCD+v3VMYldQYl5XwR
    # R7tpt91gNvTWEnCbIHBFtkdGPD4TZ/kwH1ZrvofCWjx1ogaVrrt0oey713hfszVV
    # e3moNlHvK3N4GeOXsV7JqMqFWAlyU6+6A1Dbe6+FV1pa9cxemIE9zyCuGQDjLjG8
    # /3NK3S9ncNdw5hEfxz4kZWa4f3egrwULtTSBgpa8dIO3OW8CJUThccrjiKj+F9VT
    # rog7XRvmqUFgkAzHqCnXCTk3gCcHbXaDRXQWP7gBwqaDanMgd7wHwofsr4bKWppd
    # zFx8FoHRiYvOYe8eRwYtTwYtg/0JfsfOSq9/G6YIs5nqt1OWqHhXpzoIgGpDi1LD
    # 8+u0rBpa4dgLPICu5iaaX05Hgyst2sbpnUXZZaV4HMi/qc1PydY=
    # =s6PL
    # -----END PGP SIGNATURE-----
    # gpg: Signature made Sun Mar  8 22:32:52 2026 GMT
    # 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-20260308' of https://github.com/philmd/qemu: (49 commits)
      hw/char: Drop disable property of Diva GSP card
      hw/hppa: Avoid leaking a diva-gsp device
      audio/jack: Fix use of qemu_thread_set_name() on macOS
      hw/m68k/mcf_intc: Use qdev input gpios for input IRQs
      ati-vga: Allow setting EDID parameters directly
      hppa: Use 44 bit physical addresses for PA-8700
      hppa: Get physical address space bits from HPPACPUDef
      hppa: Introduce HPPACPUDef
      hw/char/serial: Avoid implicit conversion when tracing
      hw/char/serial: Remove redundant reset
      hw/char/serial: Add constants for Line Control Register
      hw/char/serial: Remove unhelpful comment
      hw/char/serial: Reuse fifo8_num_used()
      hw/char/serial: Prefer fifo8 methods over open-coding
      hw/char/serial: Remove explicit cast from void pointer
      util/fifo8: Make all read-only methods const-correct
      hw/arm/aspeed_ast27x0-{ssp, tsp}: Do not access SerialMM internals directly
      hw/char/{diva-gsp, serial-pci-multi}: Fix deinitialization order
      hw/arm/Kconfig: Fix serial selection for NPCM8XX
      MAINTAINERS: Update the maintainer for the CHRP NVRAM section
      ...

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