hw/vfio: Remove memory_region_iommu_set_iova_ranges() call
authorEric Auger <eric.auger@redhat.com>
Fri, 14 Jun 2024 09:52:57 +0000 (11:52 +0200)
committerCédric Le Goater <clg@redhat.com>
Mon, 24 Jun 2024 21:15:31 +0000 (23:15 +0200)
commit44079a9839bc0a682db7c0ab6093fce79c73d261
treec55f6ac18f3b800610e0132ecdca28ebeecc3a41
parent3ba100b41946b10efc12c2493997f7074081707f
hw/vfio: Remove memory_region_iommu_set_iova_ranges() call

As we have just removed the only implementation of
iommu_set_iova_ranges IOMMU MR callback in the virtio-iommu,
let's remove the call to the memory wrapper. Usable IOVA ranges
are now conveyed through the PCIIOMMUOps in VFIO-PCI.

Signed-off-by: Eric Auger <eric.auger@redhat.com>
Reviewed-by: Zhenzhong Duan <zhenzhong.duan@intel.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
hw/vfio/common.c