Skip to content

Commit bce19d9

Browse files
committed
fmt
1 parent b87ca8f commit bce19d9

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ page_table_entry = {version = "0.5", features = ["arm-el2"]}
2929
page_table_multiarch = "0.5"
3030
percpu = {version = "0.2", features = ["arm-el2"]}
3131
vm-allocator.workspace = true
32-
vm-fdt.workspace = true
3332

3433
# System dependent modules provided by ArceOS-Hypervisor.
3534
axaddrspace = "0.2"

src/arch/x86_64/vm/inited.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
use std::{string::String, vec::Vec};
22

3-
4-
5-
63
use crate::{
74
VmAddrSpace, VmMachineInitedOps, VmMachineRunningCommon,
85
arch::{VmMachineRunning, cpu::VCpu},

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ const TASK_STACK_SIZE: usize = 0x40000; // 256 KB
2222
pub(crate) mod arch;
2323

2424
mod fdt;
25-
mod vm;
2625
mod vcpu;
26+
mod vm;
2727

2828
pub mod config;
2929
pub mod vhal;

0 commit comments

Comments
 (0)