]> git.ipfire.org Git - thirdparty/qemu.git/commit
vfio: move more cleanup into vfio_pci_put_device()
authorJohn Levon <john.levon@nutanix.com>
Tue, 20 May 2025 15:03:51 +0000 (16:03 +0100)
committerCédric Le Goater <clg@redhat.com>
Thu, 5 Jun 2025 08:40:38 +0000 (10:40 +0200)
commit33528f255a710d394ec692de54baebff1f494b5b
treeafba52d469dac63e3e01b96913fadb2d24258b46
parent493a06a2eda3346923f2aab760d8280c78039dc7
vfio: move more cleanup into vfio_pci_put_device()

All of the cleanup can be done in the same place, and vfio-user will
want to do the same.

Signed-off-by: John Levon <john.levon@nutanix.com>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Link: https://lore.kernel.org/qemu-devel/20250520150419.2172078-3-john.levon@nutanix.com
Signed-off-by: Cédric Le Goater <clg@redhat.com>
hw/vfio/pci.c