struct ExitInfo
Defined at line 266 of file ../../zircon/kernel/arch/x86/hypervisor/vmexit_priv.h
Stores VM exit info from VMCS fields.
Public Members
bool entry_failure
ExitReason exit_reason
uint32_t exit_instruction_length
uint64_t guest_rip
Public Methods
void ExitInfo (const AutoVmcs & vmcs)
Defined at line 1024 of file ../../zircon/kernel/arch/x86/hypervisor/vmexit.cc