Re: [libvirt] [PATCH 09/11] qemu: Move capability checks for IOMMU features

2019-05-28 Thread Ján Tomko
On Tue, May 28, 2019 at 05:29:02PM +0200, Andrea Bolognani wrote: All current IOMMU features are specific to Intel IOMMU, so understandably we check for the corresponding capabilities inside the Intel-specific switch() branch; however, we want to make sure SMMUv3 IOMMU users get an error if they

[libvirt] [PATCH 09/11] qemu: Move capability checks for IOMMU features

2019-05-28 Thread Andrea Bolognani
All current IOMMU features are specific to Intel IOMMU, so understandably we check for the corresponding capabilities inside the Intel-specific switch() branch; however, we want to make sure SMMUv3 IOMMU users get an error if they try to enable any of those features in their guest, and performing t