(&self)
| 3070 | } |
| 3071 | |
| 3072 | pub fn guest_memory(&self) -> GuestMemoryAtomic<GuestMemoryMmap> { |
| 3073 | self.memory_manager.lock().unwrap().guest_memory() |
| 3074 | } |
| 3075 | |
| 3076 | pub fn device_tree(&self) -> Arc<Mutex<DeviceTree>> { |
| 3077 | self.device_manager.lock().unwrap().device_tree() |
no outgoing calls
no test coverage detected