[PULL 00/13] Misc HW patches for 2026-07-14

Philippe Mathieu-Daudé posted 13 patches 1 week, 3 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260714193517.60708-1-philmd@oss.qualcomm.com
Maintainers: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>, Alistair Francis <alistair@alistair23.me>, "Michael S. Tsirkin" <mst@redhat.com>, "Alex Bennée" <alex.bennee@linaro.org>, Akihiko Odaki <odaki@rsg.ci.i.u-tokyo.ac.jp>, Dmitry Osipenko <dmitry.osipenko@collabora.com>, Paolo Bonzini <pbonzini@redhat.com>, Fam Zheng <fam@euphon.net>, Dmitry Fleytman <dmitry.fleytman@gmail.com>, Artyom Tarasenko <atar4qemu@gmail.com>, Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>, Jason Wang <jasowangio@gmail.com>
MAINTAINERS                     |   1 +
docs/devel/index-internals.rst  |   1 +
docs/devel/ssi.rst              | 132 ++++++++++++++++++++++++++++++++
hw/scsi/vmw_pvscsi.h            |  14 ++++
hw/display/qxl-render.c         |  28 ++++---
hw/display/virtio-gpu-udmabuf.c |   1 +
hw/misc/ivshmem-pci.c           |   6 ++
hw/scsi/vmw_pvscsi.c            |  57 +++++++++++++-
hw/sparc64/niagara.c            |   2 +-
hw/sparc64/sun4u.c              |   7 ++
hw/usb/hcd-ohci.c               |  10 +++
hw/usb/hcd-xhci.c               |  15 ++--
net/net.c                       |   2 +
13 files changed, 255 insertions(+), 21 deletions(-)
create mode 100644 docs/devel/ssi.rst
[PULL 00/13] Misc HW patches for 2026-07-14
Posted by Philippe Mathieu-Daudé 1 week, 3 days ago
The following changes since commit 191489ba750f13357ac677fb3b059f6f89ee4287:

  Merge tag 'pull-riscv-to-apply-20260714' of https://github.com/alistair23/qemu into staging (2026-07-14 07:26:45 +0100)

are available in the Git repository at:

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

for you to fetch changes up to a38455cf9368e7370b0cfea809ef228ffa2e8209:

  net: only advertise passt in netdev help when CONFIG_PASST (2026-07-14 21:33:53 +0200)

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

Various fixes mostly related to misc hardware devices.
----------------------------------------------------------------

Bin Meng (1):
  docs/devel: Document SSI dummy-cycle ownership

Dmitry Pimenov (1):
  hw/sparc64/niagara: use int64_t for vdisk size to avoid truncation

Haotian Jiang (1):
  hw/misc/ivshmem: clear chardev handlers before freeing peers

Marc-André Lureau (2):
  hw/display/qxl: fix TOCTOU in cursor chunk data_size handling
  hw/display/virtio-gpu: fix dmabuf_fd leak on remap failure

Miao Wang (2):
  hw/scsi/vmw_pvscsi: translate data endianness
  hw/scsi/vmw_pvscsi: add a comment to explain the endianness

Rohitashv Kumar (1):
  net: only advertise passt in netdev help when CONFIG_PASST

Thomas Huth (5):
  hw/sparc64/sun4u: Mark unusable PCI busses as full to ease device
    plugging
  hw/usb/hcd-ohci: Make sure that ohci_service_ed_list() cannot loop
    forever
  hw/usb/hcd-xhci: Turn guest-triggerable abort() into qemu_log_mask()
  hw/usb/hcd-xhci: Remove the FIXME macro
  hw/usb/hcd-xhci: Use qemu_log_mask() instead of fprintf() statement

 MAINTAINERS                     |   1 +
 docs/devel/index-internals.rst  |   1 +
 docs/devel/ssi.rst              | 132 ++++++++++++++++++++++++++++++++
 hw/scsi/vmw_pvscsi.h            |  14 ++++
 hw/display/qxl-render.c         |  28 ++++---
 hw/display/virtio-gpu-udmabuf.c |   1 +
 hw/misc/ivshmem-pci.c           |   6 ++
 hw/scsi/vmw_pvscsi.c            |  57 +++++++++++++-
 hw/sparc64/niagara.c            |   2 +-
 hw/sparc64/sun4u.c              |   7 ++
 hw/usb/hcd-ohci.c               |  10 +++
 hw/usb/hcd-xhci.c               |  15 ++--
 net/net.c                       |   2 +
 13 files changed, 255 insertions(+), 21 deletions(-)
 create mode 100644 docs/devel/ssi.rst

-- 
2.53.0


Re: [PULL 00/13] Misc HW patches for 2026-07-14
Posted by Stefan Hajnoczi 1 week, 1 day ago
Applied, thanks.

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