This repository has been archived by the owner on Dec 20, 2021. It is now read-only.
Releases: rust-vmm/vfio-bindings
Releases · rust-vmm/vfio-bindings
vfio-bindings-v0.2.0
v0.2.0
Added
- Add FAM wrappers for vfio_irq_set
- Update vmm-sys-util version to ">=0.2.0"
vfio-bindings-v0.1.0
v0.1.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.