We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e51d60 commit b443325Copy full SHA for b443325
src/vmm/src/arch/mod.rs
@@ -51,7 +51,6 @@ pub use crate::arch::x86_64::{
51
layout::PCI_MMIO_CONFIG_SIZE_PER_SEGMENT, layout::SYSTEM_MEM_SIZE, layout::SYSTEM_MEM_START,
52
load_kernel,
53
};
54
-use crate::utils::u64_to_usize;
55
56
/// Types of devices that can get attached to this platform.
57
#[derive(Clone, Debug, PartialEq, Eq, Hash, Copy, Serialize, Deserialize)]
0 commit comments