Skip to content

virtio-bindings-v0.2.5

Latest
Compare
Choose a tag to compare
@stefano-garzarella stefano-garzarella released this 10 Feb 09:37
· 9 commits to main since this release

Changed

  • Regenerate bindings with Linux 6.12.
  • Introduced bindgen build dependency and its clang development package
    dependency. See bindgen fix below for why this was necessary.

Fixed

  • Add license files.
  • Use bindgen library from build.rs to fix i686 builds due to x86_64-specific
    alignment checks.