We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Commit 12a3c21
Build with cargo build --target target.json -Zbuild-std=core -Zbuild-std-features=compiler-builtins-mem.
cargo build --target target.json -Zbuild-std=core -Zbuild-std-features=compiler-builtins-mem
Run the resulting hypervisor-fw binary. It triple-faults.
hypervisor-fw
After digging a bit, the faulting line is
rust-hypervisor-firmware/src/fat.rs
Line 213 in 12a3c21
0.2.8 debug build is okay.
The text was updated successfully, but these errors were encountered:
fat: Don't reference packed fields
ec77fd4
This is undefined behaviour: rust-lang/rust#46043 Fixes: cloud-hypervisor#70 Signed-off-by: Rob Bradford <robert.bradford@intel.com>
a04fa80
This is undefined behaviour: rust-lang/rust#46043 Fixes: #70 Signed-off-by: Rob Bradford <robert.bradford@intel.com>
Successfully merging a pull request may close this issue.
Commit 12a3c21
Build with
cargo build --target target.json -Zbuild-std=core -Zbuild-std-features=compiler-builtins-mem
.Run the resulting
hypervisor-fw
binary. It triple-faults.After digging a bit, the faulting line is
rust-hypervisor-firmware/src/fat.rs
Line 213 in 12a3c21
0.2.8 debug build is okay.
The text was updated successfully, but these errors were encountered: