From a61674a581eb1b73f153086698d4aea066dcd41b Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sat, 13 Jun 2020 20:50:20 +0200 Subject: sys/linux: fix some warnings in descriptions syz-check pointed to a new batch of bugs in descriptions. Fix them. --- sys/linux/dev_vfio.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/linux/dev_vfio.txt') 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 -- cgit mrf-deployment