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

Method pci_segments

vmm/src/device_manager.rs:4529–4531  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

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.

Callers 3

create_acpi_tables_tdxFunction · 0.80
configure_systemMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected