Re: [PATCH V6 3/3] libxl: arm: make creation of iommu node independent of disk device

2022-09-09 Thread Anthony PERARD
On Thu, Sep 08, 2022 at 02:23:01PM +0530, Viresh Kumar wrote: > The iommu node will be required for other virtio device types too, not > just disk device. > > Move the call to make_xen_iommu_node(), out of the disk device specific > block and rename "iommu_created" variable to "iommu_needed", and

[PATCH V6 3/3] libxl: arm: make creation of iommu node independent of disk device

2022-09-08 Thread Viresh Kumar
The iommu node will be required for other virtio device types too, not just disk device. Move the call to make_xen_iommu_node(), out of the disk device specific block and rename "iommu_created" variable to "iommu_needed", and set it to true for virtio disk device. Signed-off-by: Viresh Kumar