MCPcopy Index your code
hub / github.com/cloud-hypervisor/cloud-hypervisor / push

Method push

vm-migration/src/protocol.rs:427–429  ·  view source on GitHub ↗
(&mut self, range: MemoryRange)

Source from the content-addressed store, hash-verified

425 }
426
427 pub fn push(&mut self, range: MemoryRange) {
428 self.data.push(range);
429 }
430
431 pub fn read_from(fd: &mut dyn Read, length: u64) -> Result<MemoryRangeTable, MigratableError> {
432 assert!((length as usize).is_multiple_of(size_of::<MemoryRange>()));

Callers 15

create_memory_nodeFunction · 0.45
create_aia_nodeFunction · 0.45
create_memory_nodeFunction · 0.45
create_timer_nodeFunction · 0.45
create_devices_nodeFunction · 0.45
create_distance_map_nodeFunction · 0.45
set_cpuid_regMethod · 0.45
generate_common_cpuidFunction · 0.45
configure_vcpuFunction · 0.45
generate_ram_rangesFunction · 0.45
add_memmap_entryFunction · 0.45
split_commasFunction · 0.45

Calls

no outgoing calls