All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] NVMe hotunplug and PCI SR-IOV fixes
@ 2026-08-05 12:45 Daniel Paziyski
  2026-08-05 12:45 ` [PATCH 1/3] hw/nvme: fix assertion failure on sr-iov capable nvme controller removal Daniel Paziyski
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Daniel Paziyski @ 2026-08-05 12:45 UTC (permalink / raw)
  To: Keith Busch, Klaus Jensen, Michael S. Tsirkin
  Cc: Daniel Paziyski, qemu-stable, Jesper Devantier, open list:nvme,
	open list:All patches CC here

In this series, an assertion failure and a memory leak are fixed when unplugging
SR-IOV capable NVMe controllers.

The third patch fixes a null pointer dereference that occurs due to a mistake
in the SR-IOV capable device realization logic. I discovered it while testing
the code for these patches, so that's why I am including it in this series.

Cc: qemu-stable@nongnu.org

Daniel Paziyski (3):
  hw/nvme: fix assertion failure on sr-iov capable nvme controller
    removal
  hw/nvme: fix memory leak on sr-iov capable nvme controller removal
  pcie_sriov: register user created virtual function before realizing it

 hw/nvme/ctrl.c      | 12 ++++++++----
 hw/pci/pci.c        | 11 ++++++-----
 hw/pci/pcie_sriov.c |  6 ------
 3 files changed, 14 insertions(+), 15 deletions(-)

-- 
2.55.0



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

end of thread, other threads:[~2026-09-05 12:36 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-05 12:45 [PATCH 0/3] NVMe hotunplug and PCI SR-IOV fixes Daniel Paziyski
2026-08-05 12:45 ` [PATCH 1/3] hw/nvme: fix assertion failure on sr-iov capable nvme controller removal Daniel Paziyski
2026-08-05 12:45 ` [PATCH 2/3] hw/nvme: fix memory leak " Daniel Paziyski
2026-08-05 12:45 ` [PATCH 3/3] pcie_sriov: register user created virtual function before realizing it Daniel Paziyski
2026-09-01 11:19   ` Michael S. Tsirkin
2026-09-01 13:24     ` Daniel Paziyski
2026-09-01 13:44       ` Michael S. Tsirkin
2026-09-01 15:37         ` Daniel Paziyski
2026-09-01 10:03 ` [PATCH 0/3] NVMe hotunplug and PCI SR-IOV fixes Daniel Paziyski
2026-09-05 12:35 ` Daniel Paziyski

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.