All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 00/13] Misc HW patches for 2026-07-14
@ 2026-07-14 19:35 Philippe Mathieu-Daudé
  2026-07-14 19:35 ` [PULL 01/13] hw/sparc64/sun4u: Mark unusable PCI busses as full to ease device plugging Philippe Mathieu-Daudé
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: Philippe Mathieu-Daudé @ 2026-07-14 19:35 UTC (permalink / raw)
  To: qemu-devel

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



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

end of thread, other threads:[~2026-07-17 14:51 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-14 19:35 [PULL 00/13] Misc HW patches for 2026-07-14 Philippe Mathieu-Daudé
2026-07-14 19:35 ` [PULL 01/13] hw/sparc64/sun4u: Mark unusable PCI busses as full to ease device plugging Philippe Mathieu-Daudé
2026-07-14 19:35 ` [PULL 02/13] hw/misc/ivshmem: clear chardev handlers before freeing peers Philippe Mathieu-Daudé
2026-07-14 19:35 ` [PULL 03/13] docs/devel: Document SSI dummy-cycle ownership Philippe Mathieu-Daudé
2026-07-14 19:35 ` [PULL 04/13] hw/scsi/vmw_pvscsi: translate data endianness Philippe Mathieu-Daudé
2026-07-14 19:35 ` [PULL 05/13] hw/scsi/vmw_pvscsi: add a comment to explain the endianness Philippe Mathieu-Daudé
2026-07-14 19:35 ` [PULL 06/13] hw/display/qxl: fix TOCTOU in cursor chunk data_size handling Philippe Mathieu-Daudé
2026-07-14 19:35 ` [PULL 07/13] hw/sparc64/niagara: use int64_t for vdisk size to avoid truncation Philippe Mathieu-Daudé
2026-07-14 19:35 ` [PULL 08/13] hw/display/virtio-gpu: fix dmabuf_fd leak on remap failure Philippe Mathieu-Daudé
2026-07-14 19:35 ` [PULL 09/13] hw/usb/hcd-ohci: Make sure that ohci_service_ed_list() cannot loop forever Philippe Mathieu-Daudé
2026-07-14 19:35 ` [PULL 10/13] hw/usb/hcd-xhci: Turn guest-triggerable abort() into qemu_log_mask() Philippe Mathieu-Daudé
2026-07-14 19:35 ` [PULL 11/13] hw/usb/hcd-xhci: Remove the FIXME macro Philippe Mathieu-Daudé
2026-07-14 19:35 ` [PULL 12/13] hw/usb/hcd-xhci: Use qemu_log_mask() instead of fprintf() statement Philippe Mathieu-Daudé
2026-07-14 19:35 ` [PULL 13/13] net: only advertise passt in netdev help when CONFIG_PASST Philippe Mathieu-Daudé
2026-07-17 14:50 ` [PULL 00/13] Misc HW patches for 2026-07-14 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.