MCPcopy Create free account
hub / github.com/cloud-hypervisor/cloud-hypervisor / get_device_info

Method get_device_info

vmm/src/device_manager.rs:1649–1651  ·  view source on GitHub ↗

Gets the information of the devices registered up to some point in time.

(&self)

Source from the content-addressed store, hash-verified

1647 #[cfg(any(target_arch = "aarch64", target_arch = "riscv64"))]
1648 /// Gets the information of the devices registered up to some point in time.
1649 pub fn get_device_info(&self) -> &HashMap<(DeviceType, String), MmioDeviceInfo> {
1650 &self.id_to_dev_info
1651 }
1652
1653 #[allow(unused_variables)]
1654 fn add_pci_devices(&mut self) -> DeviceManagerResult<()> {

Callers 3

to_aml_bytesMethod · 0.80
configure_systemMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected