Module vm

Module vm 

Source
Expand description

Module with Vm implementation.

Re-exports§

pub use crate::arch::ArchVm as Vm;
pub use crate::arch::ArchVmError;
pub use crate::arch::VmState;

Structs§

RoutingEntry
A struct representing an interrupt line used by some device of the microVM
VmCommon
Architecture independent parts of a VM.

Enums§

VmError
Errors associated with the wrappers over KVM ioctls. Needs rustfmt::skip to make multiline comments work

Functions§

KVM_RESET_DIRTY_RINGS