Module microvmi::api [−][src]
Structs
| Access | |
| Event | This provides an abstraction of event which the hypervisor reports and using which we introspect the guest |
| SegmentReg | an x86 segment register |
| SystemTableReg | x86 System Table Registers (GDTR, IDTR) |
| X86Registers | Represents all x86 registers on a specific VCPU |
Enums
| CrType | Types of x86 control registers are listed here |
| DriverInitParam | Supports passing initialization parameters to the driver |
| DriverType | Represents the available hypervisor VMI drivers supported by libmicrovmi |
| EventReplyType | Reply provided to the hypervisor after detecting an event |
| EventType | Various types of events along with their relevant attributes being handled by this driver |
| InterceptType | Various types of intercepts handled by libmicrovmi |
| Registers |
Constants
| PAGE_SHIFT | |
| PAGE_SIZE |
Traits
| Introspectable |