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

Method state

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

Source from the content-addressed store, hash-verified

1614 }
1615
1616 fn state(&self) -> DeviceManagerState {
1617 DeviceManagerState {
1618 device_tree: self.device_tree.lock().unwrap().clone(),
1619 device_id_cnt: self.device_id_cnt,
1620 }
1621 }
1622
1623 fn get_msi_iova_space(&mut self) -> (u64, u64) {
1624 #[cfg(target_arch = "aarch64")]

Callers 2

snapshotMethod · 0.45
snapshotMethod · 0.45

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected