Go to the source code of this file.
Functions | |
void | exit_handler_entry (void) |
void exit_handler_entry | ( | void | ) |
Exit Handler Entry
This is the starting point of the VMM. It is written in pure assembly in order to ensure the state of the guest is handled properly. This code saves / restores the guest's CPU state, and then hands control off to the "C" portion of the code to continue execution, and begin the process of handling the VM exit.