[PULL 00/14] Fixes for "-device xyz,help" and updates to MAINTAINERS

Thomas Huth posted 14 patches 1 week, 3 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260316104039.195960-1-thuth@redhat.com
Maintainers: "Michael S. Tsirkin" <mst@redhat.com>, Igor Mammedov <imammedo@redhat.com>, Ani Sinha <anisinha@redhat.com>, Peter Maydell <peter.maydell@linaro.org>, Jean-Christophe Dubois <jcd@tribudubois.net>, Andrey Smirnov <andrew.smirnov@gmail.com>, Bernhard Beschow <shentey@gmail.com>, Alistair Francis <alistair@alistair23.me>, "Edgar E. Iglesias" <edgar.iglesias@gmail.com>, Palmer Dabbelt <palmer@dabbelt.com>, Weiwei Li <liwei1518@gmail.com>, Daniel Henrique Barboza <dbarboza@ventanamicro.com>, Liu Zhiwei <zhiwei_liu@linux.alibaba.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Aurelien Jarno <aurelien@aurel32.net>, Jiaxun Yang <jiaxun.yang@flygoat.com>, Aleksandar Rikalo <arikalo@gmail.com>, Max Filippov <jcmvbkbc@gmail.com>
MAINTAINERS                    | 17 ++++++++---------
hw/acpi/generic_event_device.c |  5 +++--
hw/arm/fsl-imx6.c              | 14 +++++++-------
hw/arm/fsl-imx7.c              | 19 +++++++++----------
hw/arm/fsl-imx8mp.c            | 13 ++++++-------
hw/arm/xlnx-zynqmp.c           | 42 ++++++++++++++++++------------------------
hw/riscv/microchip_pfsoc.c     |  7 +++++--
hw/riscv/sifive_e.c            |  9 ++++++---
target/mips/cpu.c              | 16 ++++++++--------
target/xtensa/cpu.c            | 14 ++++++++------
10 files changed, 78 insertions(+), 78 deletions(-)
[PULL 00/14] Fixes for "-device xyz,help" and updates to MAINTAINERS
Posted by Thomas Huth 1 week, 3 days ago
The following changes since commit fff352b9b6080e580aa1fadd29b4eccf4cb2922a:

  Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2026-03-12 15:21:06 +0000)

are available in the Git repository at:

  https://gitlab.com/thuth/qemu.git tags/pull-request-2026-03-16

for you to fetch changes up to bc4ee6025a71290eb47d86c2c77eb1f40fbb6305:

  MAINTAINERS: Add another reviewer to s390x boot (2026-03-16 11:36:32 +0100)

----------------------------------------------------------------
* Fix various crashes that can occur when starting QEMU with -device xyz,help
* Update various sections in the MAINTAINERS file

----------------------------------------------------------------
Alistair Francis (7):
      hw/riscv: sifive_e: Don't call qdev_get_machine in soc init
      hw/riscv: microchip_pfsoc: Don't call qdev_get_machine in soc init
      hw/arm: xlnx-zynqmp: Don't call qdev_get_machine in soc init
      hw/arm: fsl-imx7: Don't call qdev_get_machine in soc init
      hw/arm: fsl-imx8mp: Don't call qdev_get_machine in soc init
      hw/arm: fsl-imx6: Don't call qdev_get_machine in soc init
      hw/acpi: generic_event_device: Don't call qdev_get_machine in initfn

Eric Farman (1):
      MAINTAINERS: Add another reviewer to s390x boot

Jared Rossi (1):
      MAINTAINERS: Update S390-ccw boot maintainers/reviewers

Thomas Huth (5):
      target/xtensa/cpu: Move initialization of memory region to realize function
      target/mips/cpu: Move initialization of memory region to realize function
      MAINTAINERS: Update the s390x maintainers
      MAINTAINERS: Remove myself from various sections
      MAINTAINERS: Downgrade the functional testing section to "Odd Fixes"

 MAINTAINERS                    | 17 ++++++++---------
 hw/acpi/generic_event_device.c |  5 +++--
 hw/arm/fsl-imx6.c              | 14 +++++++-------
 hw/arm/fsl-imx7.c              | 19 +++++++++----------
 hw/arm/fsl-imx8mp.c            | 13 ++++++-------
 hw/arm/xlnx-zynqmp.c           | 42 ++++++++++++++++++------------------------
 hw/riscv/microchip_pfsoc.c     |  7 +++++--
 hw/riscv/sifive_e.c            |  9 ++++++---
 target/mips/cpu.c              | 16 ++++++++--------
 target/xtensa/cpu.c            | 14 ++++++++------
 10 files changed, 78 insertions(+), 78 deletions(-)
Re: [PULL 00/14] Fixes for "-device xyz, help" and updates to MAINTAINERS
Posted by Peter Maydell 1 week, 3 days ago
On Mon, 16 Mar 2026 at 10:40, Thomas Huth <thuth@redhat.com> wrote:
>
> The following changes since commit fff352b9b6080e580aa1fadd29b4eccf4cb2922a:
>
>   Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2026-03-12 15:21:06 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/thuth/qemu.git tags/pull-request-2026-03-16
>
> for you to fetch changes up to bc4ee6025a71290eb47d86c2c77eb1f40fbb6305:
>
>   MAINTAINERS: Add another reviewer to s390x boot (2026-03-16 11:36:32 +0100)
>
> ----------------------------------------------------------------
> * Fix various crashes that can occur when starting QEMU with -device xyz,help
> * Update various sections in the MAINTAINERS file



Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/11.0
for any user-visible changes.

-- PMM