pub struct VfioContainer {
pub iommu_type: u32,
pub groups: Vec<IommuGroup>,
pub dma_mappings: Vec<DmaMapping>,
pub container_id: u32,
}Expand description
VFIO container for grouping IOMMU groups together
Fields§
§iommu_type: u32IOMMU type (1 = Type1, 6 = Type1v2)
groups: Vec<IommuGroup>Groups attached to this container
dma_mappings: Vec<DmaMapping>DMA mappings
container_id: u32Container identifier