Expand description
Implementation of the Underhill hypervisor backend, which uses
/dev/mshv_vtl
to interact with the Microsoft hypervisor while running in
VTL2.
Structs§
- CVM-only parameters to
UhProtoPartition::build
. - Handle returned by
UhPartition::register_host_io_port_fast_path
. - A backing for hypervisor-backed partitions (non-isolated and software-isolated).
- A backing for SNP partitions.
- Backing for TDX partitions.
- Parameters to
UhProtoPartition::build
. - Underhill partition.
- Configuration parameters supplied to
UhProtoPartition::new
. - An object to run lower VTLs and to access processor state.
- A wrapper around
UhProcessor
that isSend
. - A partially built partition. Used to allow querying partition capabilities before fully instantiating the partition.
- The application level VTL crash data not suited for putting on the wire.
Enums§
- General error returned by operations.
- Error revoking guest VSM.
Traits§
- Processor backing.
- Trait for CVM-related protections on guest memory.
- Trait for access to TLB flush and lock machinery.