Skip to content
This repository has been archived by the owner on Dec 20, 2021. It is now read-only.

Releases: rust-vmm/vfio-bindings

vfio-bindings-v0.2.0

02 Jun 05:57
Compare
Choose a tag to compare
vfio-bindings-v0.2.0 Pre-release
Pre-release

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

10 Oct 07:34
Compare
Choose a tag to compare

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.