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

Method activate_virtio_devices

vmm/src/vm.rs:3095–3101  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

3093 }
3094
3095 pub fn activate_virtio_devices(&self) -> Result<()> {
3096 self.device_manager
3097 .lock()
3098 .unwrap()
3099 .activate_virtio_devices()
3100 .map_err(Error::ActivateVirtioDevices)
3101 }
3102
3103 #[cfg(target_arch = "x86_64")]
3104 pub fn power_button(&self) -> Result<()> {

Callers 2

control_loopMethod · 0.45
pauseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected