Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloud-hypervisor/cloud-hypervisor
/ vm_boot
Method
vm_boot
vmm/src/api/dbus/mod.rs:186–188 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
184
}
185
186
async fn vm_boot(&self) -> Result<()> {
187
self.vm_action(&VmBoot, ()).await.map(|_| ())
188
}
189
190
#[allow(unused_variables)]
191
// zbus doesn't support cfg attributes on interface methods
Callers
1
request
Method · 0.45
Calls
2
vm_action
Method · 0.80
map
Method · 0.45
Tested by
no test coverage detected