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.
- Each
PluginObject
represents one object that was instantiated by the guest using theCreate
request. - Token 🔒
Constants§
Functions§
- Run a VM with a plugin process specified by
cfg
.