Expand description
Rust API to Kernel-based Virtual Machine (KVM)
Structs§
- Information about the reason
run
returned - Handle to the KVM system.
- A Virtual CPU.
- A Virtual Machine.
Enums§
- KVM system capabilities
- KVM
run
exit reasons
Constants§
- Instruct KVM to keep track of writes to memory within the slot
- If
Capability::ReadonlyMem
, make this mapping read-only
Type Aliases§
- Result type used by this crate