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 78165dd commit 70eb5fdCopy full SHA for 70eb5fd
kernel/src/vmm/config.rs
@@ -40,6 +40,8 @@ fn get_guest_prelude_vmconfig() -> anyhow::Result<Vec<AxVMCrateConfig>> {
40
}
41
42
fn init_guest_vm(config: &AxVMCrateConfig) -> anyhow::Result<()> {
43
+ debug!("Initializing guest VM `{}`", config.base.name);
44
+
45
Ok(())
46
47
0 commit comments