All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 0/9] Misc HW patches for 2026-07-21
@ 2026-07-21 10:39 Philippe Mathieu-Daudé
  2026-07-21 10:39 ` [PULL 1/9] net: Correct padding check in qemu_receive_packet() Philippe Mathieu-Daudé
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Philippe Mathieu-Daudé @ 2026-07-21 10:39 UTC (permalink / raw)
  To: qemu-devel

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



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

end of thread, other threads:[~2026-07-21 16:02 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-21 10:39 [PULL 0/9] Misc HW patches for 2026-07-21 Philippe Mathieu-Daudé
2026-07-21 10:39 ` [PULL 1/9] net: Correct padding check in qemu_receive_packet() Philippe Mathieu-Daudé
2026-07-21 10:39 ` [PULL 2/9] hw/display/qxl: validate monitors_config heads[] in phys2virt Philippe Mathieu-Daudé
2026-07-21 10:39 ` [PULL 3/9] user/guest-host: Include exec/abi_ptr.h Philippe Mathieu-Daudé
2026-07-21 10:39 ` [PULL 4/9] replay: fix use of uninitialized pointer on error Philippe Mathieu-Daudé
2026-07-21 10:40 ` [PULL 5/9] hw/misc/applesmc: Fix a typo setting MSSD key Philippe Mathieu-Daudé
2026-07-21 10:40 ` [PULL 6/9] hw/net/cadence: Return current Cadence GEM queue pointers Philippe Mathieu-Daudé
2026-07-21 10:40 ` [PULL 7/9] hw/sd/sdcard: Fix error case for CMD18 Philippe Mathieu-Daudé
2026-07-21 10:40 ` [PULL 8/9] hw/audio/intel-hda: restrict all DMA engine paths to memories Philippe Mathieu-Daudé
2026-07-21 10:40 ` [PULL 9/9] vfio/listener: Remove unnecessary 'linux/kvm.h' include Philippe Mathieu-Daudé
2026-07-21 16:01 ` [PULL 0/9] Misc HW patches for 2026-07-21 Stefan Hajnoczi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.