Re: [PATCH] virt-host-validate: Detect SMMU support on ARMs

2023-03-24 Thread Ján Tomko
On a Wednesday in 2023, Michal Privoznik wrote: In vir-host-validate we do two checks related to IOMMU: 1) hardware support, and 2) kernel support. While users are usually interested in the latter, the former also makes sense. And for the former (hardware support) we have this huge if-else bl

[PATCH] virt-host-validate: Detect SMMU support on ARMs

2023-03-22 Thread Michal Privoznik
In vir-host-validate we do two checks related to IOMMU: 1) hardware support, and 2) kernel support. While users are usually interested in the latter, the former also makes sense. And for the former (hardware support) we have this huge if-else block for nearly every architecture, except ARM.