Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloud-hypervisor/cloud-hypervisor
/ iter
Method
iter
vmm/src/device_tree.rs:77–79 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
75
self.0.remove(k)
76
}
77
pub fn iter(&self) -> std::collections::hash_map::Iter<'_, String, DeviceNode> {
78
self.0.iter()
79
}
80
pub fn breadth_first_traversal(&self) -> BftIter<'_> {
81
BftIter::new(&self.0)
82
}
Callers
15
create_memory_node
Function · 0.80
create_pci_nodes
Function · 0.80
print_node
Function · 0.80
create_cpu_nodes
Function · 0.80
create_memory_node
Function · 0.80
create_timer_node
Function · 0.80
create_pci_nodes
Function · 0.80
create_distance_map_node
Function · 0.80
print_node
Function · 0.80
compute_checksum
Function · 0.80
write_volatile
Method · 0.80
get_cpuid_reg
Method · 0.80
Calls
no outgoing calls
Tested by
15
test_system_configuration
Function · 0.64
test_string_item
Function · 0.64
test_valid_vm_config_cpus
Function · 0.64
test_valid_vm_config_memory
Function · 0.64
test_valid_vm_config_kernel
Function · 0.64
test_valid_vm_config_cmdline
Function · 0.64
test_valid_vm_config_disks
Function · 0.64
test_valid_vm_config_net
Function · 0.64
test_valid_vm_config_rng
Function · 0.64
test_valid_vm_config_fs
Function · 0.64
test_valid_vm_config_pmem
Function · 0.64
test_valid_vm_config_debug_console
Function · 0.64