Gets the information of the devices registered up to some point in time.
(&self)
| 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<()> { |
no outgoing calls
no test coverage detected