Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloud-hypervisor/cloud-hypervisor
/ start
Method
start
vm-migration/src/protocol.rs:149–151 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
147
}
148
149
pub fn start() -> Self {
150
Self::new(Command::Start, 0)
151
}
152
153
pub fn state(length: u64) -> Self {
154
Self::new(Command::State, length)
Callers
8
start_block_backend
Function · 0.45
allocate_address_space
Method · 0.45
send
Method · 0.45
start_net_backend
Function · 0.45
release_memory_range
Method · 0.45
process_queue_complete
Method · 0.45
update_mem_table
Method · 0.45
add_memory_region
Method · 0.45
Calls
1
new
Function · 0.85
Tested by
no test coverage detected