cloud-hypervisor/vfio/src
Sebastien Boeuf f0dff8b58c vfio: pci: Remove KVM user memory region when cleaning up
Whenever a VfioPciDevice is dropped, the regions previously mapped are
being unmapped. But there's also a need for removing the region from a
KVM perspective.

This commit extends the existing unmap_mmio_regions() function to take
care of removing the KVM region at the same time the regions are being
unmapped.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2020-03-11 13:10:30 +00:00
..
lib.rs vm-virtio, vmm, vfio: Store GuestMemoryMmap in an Arc<ArcSwap<T>> 2020-01-02 13:20:11 +00:00
vfio_device.rs vfio: handle case for missing iommu_group 2020-03-05 09:49:32 +00:00
vfio_ioctls.rs vfio: VFIO API wrappers and helpers 2019-07-24 11:55:08 +02:00
vfio_pci.rs vfio: pci: Remove KVM user memory region when cleaning up 2020-03-11 13:10:30 +00:00