(&self)
| 4527 | } |
| 4528 | |
| 4529 | pub(crate) fn pci_segments(&self) -> &Vec<PciSegment> { |
| 4530 | &self.pci_segments |
| 4531 | } |
| 4532 | |
| 4533 | // Get the guest PCI BDF for a device ID. |
| 4534 | // Returns None if the device ID is not found. |
no outgoing calls
no test coverage detected