Searched refs:virtio_switches (Results 1 – 3 of 3) sorted by relevance
245 pub virtio_switches: Option<PathBuf>, field321 virtio_switches: None, in default()
1563 if cfg.virtio_switches.is_some() { in set_argument()1568 cfg.virtio_switches = Some(PathBuf::from(value.unwrap().to_owned())); in set_argument()2796 fn virtio_switches() { in virtio_switches() function2804 config.virtio_switches.unwrap(), in virtio_switches()
1443 if let Some(switches_socket) = &cfg.virtio_switches { in create_virtio_devices()