Hypervisor setup and operation cycle
- Enable: System software enables HW VT and becomes a hypervisor
- Set up: The hypervisor creates and sets up a "context structure" representing a guest
- Switch to: The hypervisor asks the processor to load the context structure into hardware-registers and start running in guest-mode
- Return from: The processor switches back to the host-mode on certain events in the guest-mode
- Handle: The hypervisor typically emulates the event and does (3), repeating the process.