diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2024-11-25 11:55:37 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2024-11-26 09:00:29 +0000 |
| commit | 46f8273da3a8f68e273107356256b5e693a34b7f (patch) | |
| tree | 1d88d007a962fa31b7aaf5278932362919599174 /sys/linux/dev_vfio.txt | |
| parent | 3e8de374218a6e10915300c0a1e7a6bfa274d7e7 (diff) | |
sys/linux: update descriptions/consts
Update to upstream commit 228a1157fb9f.
VFIO_TYPE1_NESTING_IOMMU const was removed in 35890f85573c.
Remove it from descriptions.
Diffstat (limited to 'sys/linux/dev_vfio.txt')
| -rw-r--r-- | sys/linux/dev_vfio.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/linux/dev_vfio.txt b/sys/linux/dev_vfio.txt index db7fc6ddb..a9e3e8567 100644 --- a/sys/linux/dev_vfio.txt +++ b/sys/linux/dev_vfio.txt @@ -72,6 +72,6 @@ vfio_iommu_type1_info_dma_avail { avail int32 } -iommu_flags = VFIO_TYPE1_IOMMU, VFIO_SPAPR_TCE_IOMMU, VFIO_TYPE1v2_IOMMU, VFIO_DMA_CC_IOMMU, VFIO_EEH, VFIO_TYPE1_NESTING_IOMMU, VFIO_SPAPR_TCE_v2_IOMMU, VFIO_NOIOMMU_IOMMU +iommu_flags = VFIO_TYPE1_IOMMU, VFIO_SPAPR_TCE_IOMMU, VFIO_TYPE1v2_IOMMU, VFIO_DMA_CC_IOMMU, VFIO_EEH, VFIO_SPAPR_TCE_v2_IOMMU, VFIO_NOIOMMU_IOMMU vfio_map_flags = VFIO_DMA_MAP_FLAG_READ, VFIO_DMA_MAP_FLAG_WRITE vfio_unmap_flags = VFIO_DMA_UNMAP_FLAG_GET_DIRTY_BITMAP, VFIO_DMA_UNMAP_FLAG_ALL, VFIO_DMA_UNMAP_FLAG_VADDR |
