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

Latest commit

 

History

History
23 lines (14 loc) · 531 Bytes

CHANGELOG.md

File metadata and controls

23 lines (14 loc) · 531 Bytes

[v0.3.0]

Added

  • Update vmm-sys-util version to ">=0.8.0"

[v0.2.0]

Added

  • Add FAM wrappers for vfio_irq_set
  • Update vmm-sys-util version to ">=0.2.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.