From: Lokesh Vutla <[email protected]> Add SMMU v3 type to jailhouse_iommu_type.
Signed-off-by: Lokesh Vutla <[email protected]> Signed-off-by: Pratyush Yadav <[email protected]> --- v2: - Drop the struct jailhouse_iommu_smmuv3 declaration because we are not using these right now. include/jailhouse/cell-config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/jailhouse/cell-config.h b/include/jailhouse/cell-config.h index a559720c..c638f2fe 100644 --- a/include/jailhouse/cell-config.h +++ b/include/jailhouse/cell-config.h @@ -202,6 +202,7 @@ struct jailhouse_pci_capability { enum jailhouse_iommu_type { JAILHOUSE_IOMMU_AMD, JAILHOUSE_IOMMU_INTEL, + JAILHOUSE_IOMMU_SMMUV3, }; struct jailhouse_iommu { -- 2.17.1 -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jailhouse-dev/20190705144225.7126-5-p-yadav1%40ti.com. For more options, visit https://groups.google.com/d/optout.
