RE: [RFC v2 5/7] virtio-iommu: Remove the implementation of iommu_set_iova_range

2024-06-10 Thread Duan, Zhenzhong
>-Original Message- >From: Eric Auger >Subject: [RFC v2 5/7] 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

[RFC v2 5/7] virtio-iommu: Remove the implementation of iommu_set_iova_range

2024-06-07 Thread Eric Auger
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 --- hw/virtio/virtio-iommu.c | 67 1 file changed, 67 deletions(-) diff --git a/hw/vi