Skip to content

Commit 767c398

Browse files
author
szy
committed
update
1 parent 007180b commit 767c398

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/vmm/fdt/create.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use vm_fdt::{FdtWriter, FdtWriterNode};
1212

1313
use crate::vmm::{VMRef, images::load_vm_image_from_memory};
1414

15-
// use crate::vmm::fdt::test::{print_fdt, print_guest_fdt};
15+
// use crate::vmm::fdt::print::{print_fdt, print_guest_fdt};
1616
/// Generate guest FDT and return DTB data
1717
///
1818
/// # Parameters

src/vmm/fdt/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
mod create;
77
mod device;
88
mod parser;
9-
mod test;
9+
mod print;
1010

1111
// Re-export public functions
1212
pub use parser::*;
13-
// pub use test::print_fdt;
13+
// pub use print::print_fdt;
1414
pub use create::*;
1515
pub use device::build_node_path;
File renamed without changes.

0 commit comments

Comments
 (0)