Neel Natu
c3498942a5
Restructure the MSR handling so it is entirely handled by processor-specific
...
code. There are only a handful of MSRs common between the two so there isn't
too much duplicate functionality.
The VT-x code has the following types of MSRs:
- MSRs that are unconditionally saved/restored on every guest/host context
switch (e.g., MSR_GSBASE).
- MSRs that are restored to guest values on entry to vmx_run() and saved
before returning. This is an optimization for MSRs that are not used in
host kernel context (e.g., MSR_KGSBASE).
- MSRs that are emulated and every access by the guest causes a trap into
the hypervisor (e.g., MSR_IA32_MISC_ENABLE).
Reviewed by: grehan
2014-09-20 02:35:21 +00:00
..
2014-08-04 22:34:12 +00:00
2014-08-04 22:34:12 +00:00
2014-07-07 00:27:09 +00:00
2013-09-10 16:50:13 +00:00
2014-06-09 20:48:38 +00:00
2014-09-04 22:22:53 +00:00
2014-08-21 22:42:02 +00:00
2014-08-04 22:34:12 +00:00
2014-08-04 22:37:02 +00:00
2014-08-04 22:37:02 +00:00
2013-12-28 23:12:32 +00:00
2014-08-17 09:44:42 +00:00
2014-09-17 22:26:01 +00:00
2014-06-09 20:48:38 +00:00
2013-11-09 08:11:24 +00:00
2014-09-17 22:24:51 +00:00
2014-08-04 22:37:02 +00:00
2014-08-04 22:37:02 +00:00
2014-08-04 22:34:12 +00:00
2014-03-16 01:55:30 +00:00
2014-07-16 15:57:17 +00:00
2014-05-23 08:46:28 +00:00
2014-08-11 14:50:49 +00:00
2014-08-11 14:50:49 +00:00
2014-03-06 01:59:13 +00:00
2014-08-11 14:50:49 +00:00
2014-08-11 14:50:49 +00:00
2014-09-17 08:28:50 +00:00
2014-08-16 21:42:55 +00:00
2014-08-04 22:37:02 +00:00
2014-08-04 22:37:02 +00:00
2014-08-04 22:37:02 +00:00
2014-08-11 14:50:49 +00:00
2013-08-12 21:34:48 +00:00
2014-08-04 22:37:02 +00:00
2014-08-04 22:37:02 +00:00
2014-06-11 10:42:34 +00:00
2014-02-27 13:26:41 +00:00
2014-08-04 22:37:02 +00:00
2014-07-07 00:27:09 +00:00
2014-09-13 02:15:31 +00:00
2014-05-20 19:55:06 +00:00
2014-08-04 22:34:12 +00:00
2014-08-04 22:37:02 +00:00
2014-08-04 22:37:02 +00:00
2014-08-04 22:37:02 +00:00
2014-09-08 02:37:45 +00:00
2014-08-04 22:37:02 +00:00
2014-08-04 22:37:02 +00:00
2014-08-04 22:37:02 +00:00
2014-08-04 22:37:02 +00:00
2014-08-04 22:37:02 +00:00
2014-08-04 22:37:02 +00:00
2014-04-08 20:10:22 +00:00
2014-08-04 22:37:02 +00:00
2014-08-04 22:37:02 +00:00
2014-08-04 22:37:02 +00:00
2014-08-04 22:37:02 +00:00
2014-08-04 22:37:02 +00:00
2014-08-04 22:37:02 +00:00
2013-09-14 15:29:06 +00:00
2013-08-22 14:02:34 +00:00
2013-08-03 08:21:35 +00:00
2014-08-28 00:05:02 +00:00
2014-09-15 21:09:19 +00:00
2014-08-22 18:59:19 +00:00
2014-08-22 18:59:19 +00:00
2014-08-04 22:34:12 +00:00
2014-08-04 22:37:02 +00:00
2014-09-18 08:36:45 +00:00
2014-08-04 22:37:02 +00:00
2014-08-27 13:21:53 +00:00
2014-08-27 13:21:53 +00:00
2014-08-27 13:21:53 +00:00
2014-05-02 20:25:09 +00:00
2014-05-07 16:16:49 +00:00
2014-08-04 22:37:02 +00:00
2014-04-16 19:49:44 +00:00
2014-06-26 17:20:45 +00:00
2014-08-11 14:50:49 +00:00
2014-02-15 04:53:04 +00:00
2014-08-04 22:37:02 +00:00
2014-08-04 22:37:02 +00:00
2013-11-25 07:38:45 +00:00
2014-08-04 22:37:02 +00:00
2014-08-04 22:37:02 +00:00
2013-07-19 21:40:57 +00:00
2014-03-06 01:59:13 +00:00
2014-08-04 22:37:02 +00:00
2014-08-04 22:37:02 +00:00
2014-08-04 22:37:02 +00:00
2014-08-04 22:37:02 +00:00
2014-07-07 00:27:09 +00:00
2014-04-28 17:58:40 +00:00
2014-03-16 01:55:30 +00:00
2013-10-14 22:39:08 +00:00
2014-09-19 10:32:20 +00:00
2013-11-25 07:38:45 +00:00
2013-09-29 13:05:22 +00:00
2014-08-20 16:09:05 +00:00
2014-08-04 22:34:12 +00:00
2014-08-04 22:37:02 +00:00
2014-08-04 22:37:02 +00:00
2014-08-11 14:50:49 +00:00
2014-08-04 22:37:02 +00:00
2014-06-14 18:43:48 +00:00
2013-09-16 06:25:54 +00:00
2014-08-04 22:37:02 +00:00
2014-07-26 17:59:25 +00:00
2014-06-08 10:55:06 +00:00
2014-09-05 11:25:58 +00:00
2014-08-04 22:37:02 +00:00
2014-09-20 02:35:21 +00:00
2014-08-04 22:37:02 +00:00
2014-08-11 14:50:49 +00:00
2014-08-20 16:09:05 +00:00
2013-07-31 01:42:59 +00:00
2014-08-20 16:09:05 +00:00
2014-08-04 22:37:02 +00:00
2014-08-04 22:37:02 +00:00
2014-08-04 22:37:02 +00:00
2014-08-04 22:37:02 +00:00
2014-08-04 22:37:02 +00:00
2014-08-04 22:37:02 +00:00
2014-08-04 22:37:02 +00:00
2014-08-04 22:37:02 +00:00
2014-09-18 20:00:36 +00:00
2014-08-28 17:40:19 +00:00