virtio-iommu: Remove the implementation of iommu_set_iova_range
authorEric Auger <eric.auger@redhat.com>
Fri, 14 Jun 2024 09:52:56 +0000 (11:52 +0200)
committerCédric Le Goater <clg@redhat.com>
Mon, 24 Jun 2024 21:15:31 +0000 (23:15 +0200)
commit3ba100b41946b10efc12c2493997f7074081707f
treeb0953fdf66a303bcde2c3734628c59011b852ba4
parentcf2647a76e7854ff28c21c8fb4bfca1da603e007
virtio-iommu: Remove the implementation of iommu_set_iova_range

Now that we use PCIIOMMUOps to convey information about usable IOVA
ranges we do not to implement the iommu_set_iova_ranges IOMMU MR
callback.

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/virtio/virtio-iommu.c