Expand description
Advanced Hypervisor Enhancements
Implements 6 hypervisor features for Phase 7.5 Wave 7:
- Nested Virtualization – L2 VMCS shadowing with field forwarding
- VirtIO Device Passthrough – device assignment, MMIO mapping, interrupt forwarding
- Live Migration – VMCS serialization, dirty page pre-copy, stop-and-copy
- Guest SMP – multi-vCPU VMs with per-vCPU VMCS, IPI, SIPI emulation
- Virtual LAPIC – full LAPIC register emulation with timer modes
- VM Snapshots – complete state capture/restore with memory and device state
Re-exports§
pub use self::lapic::*;pub use self::migration::*;pub use self::nested::*;pub use self::passthrough::*;pub use self::smp::*;pub use self::snapshot::*;
Modules§
- lapic
- Virtual LAPIC Emulation
- migration
- Live Migration
- nested
- Nested Virtualization
- passthrough
- VirtIO Device Passthrough
- smp
- Guest SMP Support
- snapshot
- VM Snapshots
Structs§
- Guest
Registers - General-purpose register state for a vCPU
- Hypervisor
Stats - Hypervisor statistics
Functions§
- get_
stats - Get global hypervisor statistics