Re-exportsยง
pub use crate::crosvm::plugin::config::parse_plugin_mount_option;
pub use crate::crosvm::plugin::config::BindMount;
pub use crate::crosvm::plugin::config::GidMap;
Modulesยง
Structsยง
- VcpuPipe ๐
Enumsยง
- An error that occurs when communicating with the plugin process.
- PluginObject ๐Each
PluginObject
represents one object that was instantiated by the guest using theCreate
request. - Token ๐
Constantsยง
- MAX_DATAGRAM_SIZE ๐
- MAX_OPEN_FILES ๐
Functionsยง
- io_to_sys_err ๐
- mmap_to_sys_err ๐
- new_pipe_pair ๐
- new_seqpacket_pair ๐
- proto_to_sys_err ๐
- Run a VM with a plugin process specified by
cfg
.