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 1986658 commit 63a1c4fCopy full SHA for 63a1c4f
src/vmm/fdt/create.rs
@@ -10,10 +10,7 @@ use axvm::{VMMemoryRegion, config::AxVMCrateConfig};
10
use fdt_parser::{Fdt, Node};
11
use vm_fdt::{FdtWriter, FdtWriterNode};
12
13
-use crate::vmm::{
14
- VMRef,
15
- images::load_vm_image_from_memory,
16
-};
+use crate::vmm::{VMRef, images::load_vm_image_from_memory};
17
18
// use crate::vmm::fdt::test::{print_fdt, print_guest_fdt};
19
/// Generate guest FDT and return DTB data
0 commit comments