pub fn create_vu_console_device(
    params: &SerialParameters,
    keep_rds: &mut Vec<RawDescriptor>
) -> Result<VhostUserConsoleDevice>
Expand description

Return a new vhost-user console device. params are the device’s configuration, and keep_rds is a vector into which RawDescriptors that need to survive a fork are added, in case the device is meant to run within a child process.