Neel Natu
0492757c70
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 called vmx_inject_interrupts() with
host interrupts disabled to prevent this.
Suggested by: grehan@
2014-01-01 21:17:08 +00:00
..
2014-01-01 21:17:08 +00:00
2014-01-01 20:35:38 +00:00
2014-01-01 00:45:28 +00:00
2013-09-05 00:09:56 +00:00
2013-12-14 22:07:40 +00:00
2014-01-01 01:26:39 +00:00
2013-12-01 03:53:21 +00:00
2013-12-30 22:14:31 +00:00
2013-11-08 16:28:00 +00:00
2013-11-23 00:28:18 +00:00
2014-01-01 20:26:08 +00:00
2013-12-25 16:58:42 +00:00
2013-07-24 09:45:31 +00:00
2013-12-27 02:43:53 +00:00
2013-12-17 07:47:27 +00:00
2013-12-28 19:54:19 +00:00
2013-12-31 04:40:25 +00:00
2013-07-09 01:05:28 +00:00
2013-11-29 20:14:26 +00:00
2013-12-12 18:08:31 +00:00
2013-12-30 22:14:31 +00:00
2013-12-30 01:32:17 +00:00
2013-11-29 22:24:57 +00:00
2013-10-26 17:58:36 +00:00
2013-12-29 18:53:45 +00:00
2013-12-29 22:20:06 +00:00
2014-01-01 00:56:26 +00:00
2013-11-11 13:19:55 +00:00
2013-10-26 17:58:36 +00:00
2013-10-26 18:18:50 +00:00
2013-12-22 19:47:22 +00:00
2013-11-08 08:44:09 +00:00
2013-12-30 20:23:15 +00:00
2013-12-07 23:05:59 +00:00
2013-12-23 08:43:16 +00:00
2013-09-06 23:14:31 +00:00
2013-12-30 20:34:53 +00:00
2013-12-08 21:59:46 +00:00
2013-12-05 21:58:02 +00:00
2013-10-29 05:37:05 +00:00
2014-01-01 20:04:43 +00:00
2013-12-30 20:23:15 +00:00
2013-12-25 20:10:17 +00:00
2013-12-17 15:11:24 +00:00
2013-12-31 12:18:10 +00:00
2013-12-23 05:47:27 +00:00
2013-11-26 08:46:27 +00:00
2013-12-30 17:04:24 +00:00
2013-12-31 18:25:15 +00:00
2013-12-24 14:48:52 +00:00
2013-10-18 17:06:13 +00:00
2013-12-30 08:36:17 +00:00