Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

virtio-bindings: Prepare v0.2.5 release #329

Conversation

stefano-garzarella
Copy link
Member

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.

Closes: #328

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.

Closes: rust-vmm#328
Signed-off-by: Stefano Garzarella <[email protected]>
@stefano-garzarella stefano-garzarella merged commit 90578b1 into rust-vmm:main Feb 10, 2025
2 checks passed
@stefano-garzarella
Copy link
Member Author

@stefanhaRH FYI the crate is now published: https://crates.io/crates/virtio-bindings/0.2.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Request for a virtio-bindings 0.2.5 release
3 participants