Skip to content

Commit 70eb5fd

Browse files
committed
feat: 在初始化来宾虚拟机时添加调试信息
1 parent 78165dd commit 70eb5fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

kernel/src/vmm/config.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ fn get_guest_prelude_vmconfig() -> anyhow::Result<Vec<AxVMCrateConfig>> {
4040
}
4141

4242
fn init_guest_vm(config: &AxVMCrateConfig) -> anyhow::Result<()> {
43+
debug!("Initializing guest VM `{}`", config.base.name);
44+
4345
Ok(())
4446
}
4547

0 commit comments

Comments
 (0)