Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1864
impl Drop for VfioPciDevice {
Callers
2
add_vfio_device
Method · 0.80
eject_device
Method · 0.80
Calls
1
clone
Method · 0.45
Tested by
no test coverage detected