[PULL 0/9] Misc HW patches for 2026-07-21

Philippe Mathieu-Daudé posted 9 patches 3 days, 22 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260721104004.84934-1-philmd@oss.qualcomm.com
Maintainers: Gerd Hoffmann <kraxel@redhat.com>, "Edgar E. Iglesias" <edgar.iglesias@gmail.com>, Alistair Francis <alistair@alistair23.me>, Peter Maydell <peter.maydell@linaro.org>, Jason Wang <jasowangio@gmail.com>, "Philippe Mathieu-Daudé" <philmd@mailo.com>, Bin Meng <bmeng.cn@gmail.com>, Alex Williamson <alex@shazbot.org>, "Cédric Le Goater" <clg@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, "Alex Bennée" <alex.bennee@linaro.org>
include/net/net.h         | 23 +++++++++++++++++++++++
include/user/guest-host.h |  1 +
hw/audio/intel-hda.c      |  9 ++++++---
hw/display/qxl.c          |  2 +-
hw/misc/applesmc.c        |  6 +++---
hw/net/cadence_gem.c      | 17 ++++++++++++++++-
hw/sd/sd.c                |  3 ++-
hw/vfio/listener.c        |  1 -
net/net.c                 |  2 +-
replay/replay-debugging.c | 23 ++++++++++++-----------
10 files changed, 65 insertions(+), 22 deletions(-)
[PULL 0/9] Misc HW patches for 2026-07-21
Posted by Philippe Mathieu-Daudé 3 days, 22 hours ago
The following changes since commit bd6079a7a1d14de0918a7715ef6db85dc32de3bb:

  Merge tag 'next-pull-request' of https://gitlab.com/peterx/qemu into staging (2026-07-20 11:12:38 -0400)

are available in the Git repository at:

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

for you to fetch changes up to d06edc83b522c68627b83d3178197353c4d548ab:

  vfio/listener: Remove unnecessary 'linux/kvm.h' include (2026-07-21 12:38:48 +0200)

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

Various fixes mostly related to misc hardware devices.

The only CI failure is related to a sphinx error, and there is
already developers looking at that so I ignored it:
https://lore.kernel.org/qemu-devel/20260720222717.33078-1-pierrick.bouvier@oss.qualcomm.com/
----------------------------------------------------------------

Bernhard Beschow (1):
  hw/sd/sdcard: Fix error case for CMD18

Bin Meng (1):
  hw/net/cadence: Return current Cadence GEM queue pointers

Cédric Le Goater (1):
  vfio/listener: Remove unnecessary 'linux/kvm.h' include

Haotian Jiang (1):
  hw/audio/intel-hda: restrict all DMA engine paths to memories

Marc-André Lureau (2):
  hw/display/qxl: validate monitors_config heads[] in phys2virt
  replay: fix use of uninitialized pointer on error

Peter Maydell (1):
  net: Correct padding check in qemu_receive_packet()

Philippe Mathieu-Daudé (1):
  hw/misc/applesmc: Fix a typo setting MSSD key

Richard Henderson (1):
  user/guest-host: Include exec/abi_ptr.h

 include/net/net.h         | 23 +++++++++++++++++++++++
 include/user/guest-host.h |  1 +
 hw/audio/intel-hda.c      |  9 ++++++---
 hw/display/qxl.c          |  2 +-
 hw/misc/applesmc.c        |  6 +++---
 hw/net/cadence_gem.c      | 17 ++++++++++++++++-
 hw/sd/sd.c                |  3 ++-
 hw/vfio/listener.c        |  1 -
 net/net.c                 |  2 +-
 replay/replay-debugging.c | 23 ++++++++++++-----------
 10 files changed, 65 insertions(+), 22 deletions(-)

-- 
2.53.0


Re: [PULL 0/9] Misc HW patches for 2026-07-21
Posted by Stefan Hajnoczi 3 days, 17 hours ago
Applied, thanks.

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