Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloud-hypervisor/cloud-hypervisor
/ memory
Method
memory
vm-migration/src/protocol.rs:161–163 ·
view source on GitHub ↗
(length: u64)
Source
from the content-addressed store, hash-verified
159
}
160
161
pub fn memory(length: u64) -> Self {
162
Self::new(Command::Memory, length)
163
}
164
165
pub fn memory_fd(length: u64) -> Self {
166
Self::new(Command::MemoryFd, length)
Callers
15
configure_vcpu
Function · 0.80
process_queue
Method · 0.80
handle_event
Method · 0.80
register_percpu_buf
Method · 0.80
operate_on_memory_range
Method · 0.80
handle_pvmemcontrol_request
Method · 0.80
dma_read_content
Method · 0.80
do_dma
Method · 0.80
map
Method · 0.80
map
Method · 0.80
process_desc_chain
Method · 0.80
process
Method · 0.80
Calls
1
new
Function · 0.85
Tested by
no test coverage detected