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

Method mmio_regions

pci/src/vfio.rs:1859–1861  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1857 }
1858
1859 pub fn mmio_regions(&self) -> Vec<MmioRegion> {
1860 self.common.mmio_regions.clone()
1861 }
1862}
1863
1864impl Drop for VfioPciDevice {

Callers 2

add_vfio_deviceMethod · 0.80
eject_deviceMethod · 0.80

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected