You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bindings now are re-generated according to the updated CONTRIBUTING.md,
e.g. no manual modifications and `--impl-debug` and `--impl-partialeq`
enabled.
Small changes from `vfio-ioctls` crate required to fix the type compatibility
issue with non-modified bindings.
Signed-off-by: Bo Chen <[email protected]>
#[doc = " VFIO_DEVICE_IOEVENTFD - _IOW(VFIO_TYPE, VFIO_BASE + 16,\n struct vfio_device_ioeventfd)\n\n Perform a write to the device at the specified device fd offset, with\n the specified data and width when the provided eventfd is triggered.\n vfio bus drivers may not support this for all regions, for all widths,\n or at all. vfio-pci currently only enables support for BAR regions,\n excluding the MSI-X vector table.\n\n Return: 0 on success, -errno on failure."]
644
654
#[repr(C)]
645
655
#[derive(Debug,Default,Copy,Clone,PartialEq)]
@@ -837,6 +847,11 @@ impl Default for vfio_eeh_pe_op__bindgen_ty_1 {
#[doc = " VFIO_IOMMU_SPAPR_REGISTER_MEMORY - _IOW(VFIO_TYPE, VFIO_BASE + 17, struct vfio_iommu_spapr_register_memory)\n\n Registers user space memory where DMA is allowed. It pins\n user pages and does the locked memory accounting so\n subsequent VFIO_IOMMU_MAP_DMA/VFIO_IOMMU_UNMAP_DMA calls\n get faster."]
0 commit comments