Home
last modified time | relevance | path

Searched refs:VhostUserOption (Results 1 – 3 of 3) sorted by relevance

/external/crosvm/src/
Dcrosvm.rs61 pub struct VhostUserOption { struct
257 pub vhost_user_blk: Vec<VhostUserOption>,
259 pub vhost_user_net: Vec<VhostUserOption>,
Dmain.rs29 VhostUserFsOption, VhostUserOption, DISK_ID_LEN,
1666 "vhost-user-blk" => cfg.vhost_user_blk.push(VhostUserOption { in set_argument()
1669 "vhost-user-net" => cfg.vhost_user_net.push(VhostUserOption { in set_argument()
Dlinux.rs64 VhostUserOption,
549 fn create_vhost_user_block_device(cfg: &Config, opt: &VhostUserOption) -> DeviceResult { in create_vhost_user_block_device()
840 fn create_vhost_user_net_device(cfg: &Config, opt: &VhostUserOption) -> DeviceResult { in create_vhost_user_net_device()