- Update vmm-sys-util version to ">=0.8.0"
- Add FAM wrappers for vfio_irq_set
- Update vmm-sys-util version to ">=0.2.0"
This is the first vfio-bindings
crate release.
This crate provides Rust FFI bindings to the Virtual Function I/O (VFIO) Linux kernel API. With this first release, the bindings are for the Linux kernel version 5.0.
The bindings are generated using bindgen.