diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-06-13 20:50:20 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-06-13 20:50:20 +0200 |
| commit | a61674a581eb1b73f153086698d4aea066dcd41b (patch) | |
| tree | a3ecf72f691e574a76411aed65f275aba13c8415 /sys/linux/dev_vfio.txt | |
| parent | 6378506674c8c6658bcb403c8141481e5336d4c0 (diff) | |
sys/linux: fix some warnings in descriptions
syz-check pointed to a new batch of bugs in descriptions.
Fix them.
Diffstat (limited to 'sys/linux/dev_vfio.txt')
| -rw-r--r-- | sys/linux/dev_vfio.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/linux/dev_vfio.txt b/sys/linux/dev_vfio.txt index 2b0fc6626..ef78ec10b 100644 --- a/sys/linux/dev_vfio.txt +++ b/sys/linux/dev_vfio.txt @@ -43,6 +43,7 @@ vfio_iommu_type1_dma_unmap { flags flags[vfio_dma_flags, int32] iova int64 size int64 + data array[int8] } 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 |
