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

Method cmdline_additions

vmm/src/device_manager.rs:4541–4543  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

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() {

Callers 1

generate_cmdlineMethod · 0.80

Calls 1

as_sliceMethod · 0.80

Tested by

no test coverage detected