Changeset 75215 in vbox for trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
- Timestamp:
- Nov 1, 2018 3:48:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r75199 r75215 11940 11940 switch (idMsr) 11941 11941 { 11942 /* The FS and GS base MSRs are not part of the above all 11942 /* The FS and GS base MSRs are not part of the above all-MSRs mask. */ 11943 11943 case MSR_K8_FS_BASE: rc |= HMVMX_CPUMCTX_IMPORT_STATE(pVCpu, CPUMCTX_EXTRN_FS); break; 11944 11944 case MSR_K8_GS_BASE: rc |= HMVMX_CPUMCTX_IMPORT_STATE(pVCpu, CPUMCTX_EXTRN_GS); break; … … 12007 12007 { 12008 12008 /* 12009 * The FS and GS base MSRs are not part of the above all 12009 * The FS and GS base MSRs are not part of the above all-MSRs mask. 12010 12010 * 12011 12011 * Although we don't need to fetch the base as it will be overwritten shortly, while
Note:
See TracChangeset
for help on using the changeset viewer.