Module importer

Source
Expand description

Common loader image loading traits and types used by all loaders.

Re-exports§

pub use X86Register as Register;

Structs§

CpuidResult
ImportRegion
IsolationConfig
Isolation information returned by the importer to loaders.
PageRegion
ParameterAreaIndex
SegmentRegister
An x86 Segment Register, used for the segment selectors.
TableRegister
An x86 Table register, like GDTR.

Enums§

Aarch64Register
BootPageAcceptance
The page acceptance used for importing pages into the initial launch context of the guest.
GuestArchKind
IgvmParameterType
IsolationType
The guest isolation type of the platform.
StartupMemoryType
The startup memory type used to notify a well behaved host that memory should be present before attempting to start the guest.
X86Register
x86 registers that can be loaded via ImageLoad::import_vp_register

Traits§

GuestArch
ImageLoad