mbox

[PULL,0/8] Misc HW patches for 2025-04-08

Message ID 20250408185538.85538-1-philmd@linaro.org
State New
Headers show

Pull-request

https://github.com/philmd/qemu.git tags/hw-misc-20250408

Message

Philippe Mathieu-Daudé April 8, 2025, 6:55 p.m. UTC
The following changes since commit dfaecc04c46d298e9ee81bd0ca96d8754f1c27ed:

  Merge tag 'pull-riscv-to-apply-20250407-1' of https://github.com/alistair23/qemu into staging (2025-04-07 09:18:33 -0400)

are available in the Git repository at:

  https://github.com/philmd/qemu.git tags/hw-misc-20250408

for you to fetch changes up to ae81527b431e235b7f81a400b9a6a27b798c40b3:

  scripts/checkpatch: Fix typo in SPDX-License-Identifier keyword (2025-04-08 20:46:10 +0200)

----------------------------------------------------------------
Misc HW patches

- Fix overrun when parsing SMBIOS OEM string (Daan)
- Correctly call handle_machine_dumpdtb() callback (Joel)
- List HVF as supported for virt machine (Zhang)
- Correct UFS segment/alloc size comments (Keoseong)
- Do not expose unimplemented devices in i.MX8mp DTB (Guenter & Bernhard)
- Attach NVMe private namespaces to proper controller (Klaus)
- Fix typo in SDPX license checker script (Zhao)

----------------------------------------------------------------

Daan De Meyer (1):
  smbios: Fix buffer overrun when using path= option

Guenter Roeck (2):
  hw/arm/imx8mp-evk: Remove unimplemented cpu-idle-states properties
    from devicetree
  hw/arm/imx8mp-evk: Temporarily remove unimplemented imx8mp-fspi node
    from devicetree

Joel Stanley (1):
  hw/core/machine: Fix -machine dumpdtb=file.dtb

Keoseong Park (1):
  hw/ufs: Fix incorrect comment for segment_size and
    allocation_unit_size

Klaus Jensen (1):
  hw/nvme: fix attachment of private namespaces

Zhang Chen (1):
  docs/arm: Add apple HVF host for supported guest CPU type

Zhao Liu (1):
  scripts/checkpatch: Fix typo in SPDX-License-Identifier keyword

 docs/system/arm/imx8mp-evk.rst | 12 ++----------
 docs/system/arm/virt.rst       |  4 ++--
 hw/nvme/nvme.h                 |  3 +++
 hw/arm/imx8mp-evk.c            | 29 +++++++++++++++++++++++++++++
 hw/core/machine.c              | 12 ++++++------
 hw/nvme/ctrl.c                 |  7 ++++++-
 hw/nvme/ns.c                   |  4 ++++
 hw/nvme/subsys.c               |  9 +--------
 hw/smbios/smbios.c             |  3 +++
 hw/ufs/ufs.c                   |  4 ++--
 scripts/checkpatch.pl          |  4 ++--
 11 files changed, 60 insertions(+), 31 deletions(-)