qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 0/8] Misc HW patches for 2025-04-08
@ 2025-04-08 18:55 Philippe Mathieu-Daudé
  2025-04-08 18:55 ` [PULL 1/8] smbios: Fix buffer overrun when using path= option Philippe Mathieu-Daudé
                   ` (7 more replies)
  0 siblings, 8 replies; 14+ messages in thread
From: Philippe Mathieu-Daudé @ 2025-04-08 18:55 UTC (permalink / raw)
  To: qemu-devel; +Cc: Philippe Mathieu-Daudé

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(-)

-- 
2.47.1



^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2025-05-08 13:46 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-08 18:55 [PULL 0/8] Misc HW patches for 2025-04-08 Philippe Mathieu-Daudé
2025-04-08 18:55 ` [PULL 1/8] smbios: Fix buffer overrun when using path= option Philippe Mathieu-Daudé
2025-04-17 10:11   ` Daan De Meyer
2025-04-17 13:05     ` Michael Tokarev
2025-04-17 13:25       ` Daan De Meyer
2025-04-17 13:56     ` Philippe Mathieu-Daudé
2025-04-08 18:55 ` [PULL 2/8] hw/core/machine: Fix -machine dumpdtb=file.dtb Philippe Mathieu-Daudé
2025-05-08 13:46   ` Peter Maydell
2025-04-08 18:55 ` [PULL 3/8] docs/arm: Add apple HVF host for supported guest CPU type Philippe Mathieu-Daudé
2025-04-08 18:55 ` [PULL 4/8] hw/ufs: Fix incorrect comment for segment_size and allocation_unit_size Philippe Mathieu-Daudé
2025-04-08 18:55 ` [PULL 5/8] hw/arm/imx8mp-evk: Remove unimplemented cpu-idle-states properties from devicetree Philippe Mathieu-Daudé
2025-04-08 18:55 ` [PULL 6/8] hw/arm/imx8mp-evk: Temporarily remove unimplemented imx8mp-fspi node " Philippe Mathieu-Daudé
2025-04-08 18:55 ` [PULL 7/8] hw/nvme: fix attachment of private namespaces Philippe Mathieu-Daudé
2025-04-08 18:55 ` [PULL 8/8] scripts/checkpatch: Fix typo in SPDX-License-Identifier keyword Philippe Mathieu-Daudé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).