Skip to content

Commit

Permalink
Merge branch 'main' into missing_debug_implementations
Browse files Browse the repository at this point in the history
  • Loading branch information
roypat authored Jun 19, 2023
2 parents 8edbad1 + 074926d commit 3c3c599
Show file tree
Hide file tree
Showing 6 changed files with 737 additions and 559 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Unreleased

## Fixed
- [[#130]](https://github.com/rust-vmm/linux-loader/issues/130) Generate bindings
to fix unaligned references in unit tests.

# [v0.9.0]

## Fixed
Expand Down
2 changes: 1 addition & 1 deletion rust-vmm-ci
2 changes: 0 additions & 2 deletions src/loader_gen/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
//! Bindgen autogenerated structs for boot parameters.
#![cfg(any(target_arch = "x86", target_arch = "x86_64"))]
// Keep this until https://github.com/rust-lang/rust-bindgen/issues/1651 is fixed.
#![cfg_attr(test, allow(deref_nullptr, unaligned_references))]

mod x86_64;
pub use x86_64::*;
Loading

0 comments on commit 3c3c599

Please sign in to comment.