cloud-hypervisor/hypervisor
Demi Marie Obenour 2e05836669 hypervisor: Suppress unused_unsafe warning
x86::__cpuid is safe on Rust ≥1.94 but unsafe on older versions.  This
causes unused_unsafe warnings when compiling with Rust ≥1.94.  However,
on earlier Rust versions, the code won’t compile if the unsafe blocks
are absent.

Work around this by adding #[allow(unused_unsafe)] where needed to
suppress the warnings.

See #7588 for more discussion.

Signed-off-by: Demi Marie Obenour <demiobenour@gmail.com>
2026-01-07 00:20:41 +00:00
..
src hypervisor: Suppress unused_unsafe warning 2026-01-07 00:20:41 +00:00
Cargo.toml build: Bump the non-rust-vmm group across 2 directories with 14 updates 2025-12-30 04:25:34 +00:00