Module handlers

Source
Expand description

Handlers for Hypervisor custom logic

Traits§

MemAccessHandlerCaller
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.
OutBHandlerCaller
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§

MemAccessHandlerWrapper
A convenient type representing a common way MemAccessHandler implementations are passed as parameters to functions
OutBHandlerWrapper
A convenient type representing a common way OutBHandler implementations are passed as parameters to functions