Expand description
Handlers for Hypervisor custom logic
Traits§
- MemAccess
Handler Caller - The trait representing custom logic to handle the case when a Hypervisor’s virtual CPU (vCPU) informs Hyperlight a memory access outside the designated address space has occurred.
- OutB
Handler Caller - The trait representing custom logic to handle the case when a Hypervisor’s virtual CPU (vCPU) informs Hyperlight the guest has initiated an outb operation.
Type Aliases§
- MemAccess
Handler Wrapper - A convenient type representing a common way
MemAccessHandler
implementations are passed as parameters to functions - OutB
Handler Wrapper - A convenient type representing a common way
OutBHandler
implementations are passed as parameters to functions