Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloud-hypervisor/cloud-hypervisor
/ extend
Method
extend
vm-migration/src/protocol.rs:467–469 ·
view source on GitHub ↗
(&mut self, table: Self)
Source
from the content-addressed store, hash-verified
465
}
466
467
pub fn extend(&mut self, table: Self) {
468
self.data.extend(table.data);
469
}
470
471
pub fn new_from_tables(tables: Vec<Self>) -> Self {
472
let mut data = Vec::new();
Callers
12
do_memory_migration
Method · 0.45
to_aml_bytes
Method · 0.45
create_vmm_ioctl_seccomp_rule_common
Function · 0.45
create_vmm_ioctl_seccomp_rule_kvm
Function · 0.45
create_vcpu_ioctl_seccomp_rule
Function · 0.45
memory_range_table
Method · 0.45
dirty_log
Method · 0.45
create_numa_nodes
Method · 0.45
test_device_tree
Function · 0.45
new_from_tables
Method · 0.45
handle_event
Method · 0.45
process_queue_submit
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_device_tree
Function · 0.36