(&self)
| 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<()> { |
no outgoing calls
no test coverage detected