jhb 2e8b45c43c MFC 258860,260167,260238,260397:
- Restructure the VMX code to enter and exit the guest. In large part this
  change hides the setjmp/longjmp semantics of VM enter/exit.
  vmx_enter_guest() is used to enter guest context and vmx_exit_guest() is
  used to transition back into host context.

  Fix a longstanding race where a vcpu interrupt notification might be
  ignored if it happens after vmx_inject_interrupts() but before host
  interrupts are disabled in vmx_resume/vmx_launch. We now call
  vmx_inject_interrupts() with host interrupts disabled to prevent this.
- The 'protection' field in the VM exit collateral for the PAGING exit is
  not used - get rid of it.

Reviewed by:	grehan
2014-04-17 18:00:07 +00:00
..
2014-02-18 20:27:17 +00:00
2014-01-29 21:23:37 +00:00
2014-03-10 20:47:24 +00:00
2012-05-24 22:00:48 +00:00
2010-11-11 18:35:28 +00:00
2013-12-03 19:41:48 +00:00
2014-03-28 15:38:38 +00:00
2012-03-28 20:58:30 +00:00
2013-12-03 19:41:48 +00:00
2014-04-04 14:54:54 +00:00
2014-04-17 18:00:07 +00:00