(&self)
| 4539 | |
| 4540 | #[cfg(any(target_arch = "aarch64", target_arch = "riscv64"))] |
| 4541 | pub fn cmdline_additions(&self) -> &[String] { |
| 4542 | self.cmdline_additions.as_slice() |
| 4543 | } |
| 4544 | |
| 4545 | pub fn update_memory(&self, new_region: &Arc<GuestRegionMmap>) -> DeviceManagerResult<()> { |
| 4546 | for handle in self.virtio_devices.iter() { |
no test coverage detected