(&mut self)
| 264 | pub fn load_ram_image(&mut self, bytes: &[u8]) { |
| 265 | self.l1_cache.load_image(bytes); |
| 266 | } |
| 267 | |
| 268 | /// Clone the MMIO device state for a snapshot. |
| 269 | pub fn device_state(&self) -> DeviceState { |
| 270 | DeviceState { |
| 271 | uart: self.uart.clone(), |
no outgoing calls