qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 0/8] Misc HW patches for 2025-11-04
@ 2025-11-04 17:48 Philippe Mathieu-Daudé
  2025-11-04 17:48 ` [PULL 1/8] hw/sd/sdcard: Fix size check for backing block image Philippe Mathieu-Daudé
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Philippe Mathieu-Daudé @ 2025-11-04 17:48 UTC (permalink / raw)
  To: qemu-devel

The following changes since commit e9c692eabbbb7f395347605a6ef33a32d398ea25:

  Merge tag 'next-pr-pull-request' of https://gitlab.com/berrange/qemu into staging (2025-11-04 15:17:31 +0100)

are available in the Git repository at:

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

for you to fetch changes up to f79fec0275ee7a5151ced9b893c4af676c7f5db6:

  hw/audio: Remove dead code from ac97_realize (2025-11-04 18:19:16 +0100)

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

- Add RPMB emulation to eMMC model :)
- Use generic MachineState::fdt field in microvm machine
- Remove dead code in ac97_realize()
----------------------------------------------------------------

Jan Kiszka (5):
  hw/sd/sdcard: Fix size check for backing block image
  hw/sd/sdcard: Add basic support for RPMB partition
  hw/sd/sdcard: Handle RPMB MAC field
  scripts: Add helper script to generate eMMC block device images
  docs: Add eMMC device model description

Jan Luebbe (1):
  hw/sd/sdcard: Allow user creation of eMMCs

Luigi Leonardi (1):
  hw/i386/microvm: Use fdt field from MachineState

Osama Abdelkader (1):
  hw/audio: Remove dead code from ac97_realize

 docs/system/device-emulation.rst |   1 +
 docs/system/devices/emmc.rst     |  55 +++++
 hw/sd/sdmmc-internal.h           |  22 ++
 include/hw/i386/microvm.h        |   2 -
 hw/audio/ac97.c                  |  19 --
 hw/i386/microvm-dt.c             |  96 ++++----
 hw/sd/sd.c                       | 368 ++++++++++++++++++++++++++++---
 hw/sd/trace-events               |   2 +
 scripts/mkemmc.sh                | 216 ++++++++++++++++++
 9 files changed, 686 insertions(+), 95 deletions(-)
 create mode 100644 docs/system/devices/emmc.rst
 create mode 100755 scripts/mkemmc.sh

-- 
2.51.0



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

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

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-04 17:48 [PULL 0/8] Misc HW patches for 2025-11-04 Philippe Mathieu-Daudé
2025-11-04 17:48 ` [PULL 1/8] hw/sd/sdcard: Fix size check for backing block image Philippe Mathieu-Daudé
2025-11-04 17:48 ` [PULL 2/8] hw/sd/sdcard: Allow user creation of eMMCs Philippe Mathieu-Daudé
2025-11-04 17:48 ` [PULL 3/8] hw/sd/sdcard: Add basic support for RPMB partition Philippe Mathieu-Daudé
2025-11-04 17:48 ` [PULL 4/8] hw/sd/sdcard: Handle RPMB MAC field Philippe Mathieu-Daudé
2025-11-04 17:48 ` [PULL 5/8] scripts: Add helper script to generate eMMC block device images Philippe Mathieu-Daudé
2025-11-04 17:48 ` [PULL 6/8] docs: Add eMMC device model description Philippe Mathieu-Daudé
2025-11-04 17:48 ` [PULL 7/8] hw/i386/microvm: Use fdt field from MachineState Philippe Mathieu-Daudé
2025-11-04 17:48 ` [PULL 8/8] hw/audio: Remove dead code from ac97_realize Philippe Mathieu-Daudé
2025-11-05  9:00 ` [PULL 0/8] Misc HW patches for 2025-11-04 Philippe Mathieu-Daudé
2025-11-05 13:47   ` Richard Henderson

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