aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/dev_vfio.txt.const
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: update descriptions/constsDmitry Vyukov2024-11-261-1/+0
| | | | | | | Update to upstream commit 228a1157fb9f. VFIO_TYPE1_NESTING_IOMMU const was removed in 35890f85573c. Remove it from descriptions.
* sys/linux: fix VFIO map/unmapJason Gunthorpe2022-11-101-0/+3
| | | | | unmap has its own set of flags that trigger interesting behavior. map needs to take in a user_va or it will not succeed in many cases.
* sys/linux: switch to the new .const formatDmitry Vyukov2020-08-131-0/+21
This reduces number of const files/lines from 1288/96599 to 158/11603. Const files are generated on next-20200813. Update #1983