MCPcopy 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_vcpuFunction · 0.80
process_queueMethod · 0.80
handle_eventMethod · 0.80
register_percpu_bufMethod · 0.80
dma_read_contentMethod · 0.80
do_dmaMethod · 0.80
mapMethod · 0.80
mapMethod · 0.80
process_desc_chainMethod · 0.80
processMethod · 0.80

Calls 1

newFunction · 0.85

Tested by

no test coverage detected