Re: [PATCH 3/7] HostIOMMUDevice : remove Error handle from get_iova_ranges callback

2024-06-26 Thread Cédric Le Goater
On 6/26/24 10:26 AM, Eric Auger wrote: The error handle argument is not used anywhere. let's remove it. Signed-off-by: Eric Auger Reviewed-by: Cédric Le Goater Thanks, C. --- include/sysemu/host_iommu_device.h | 3 +-- hw/vfio/container.c| 2 +- hw/vfio/iommufd.c

[PATCH 3/7] HostIOMMUDevice : remove Error handle from get_iova_ranges callback

2024-06-26 Thread Eric Auger
The error handle argument is not used anywhere. let's remove it. Signed-off-by: Eric Auger --- include/sysemu/host_iommu_device.h | 3 +-- hw/vfio/container.c| 2 +- hw/vfio/iommufd.c | 2 +- hw/virtio/virtio-iommu.c | 2 +- 4 files changed, 4 insertion