Changeset 45845 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Apr 30, 2013 4:38:34 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/HMInternal.h
r45804 r45845 50 50 #endif 51 51 52 /* The MSR auto load/store does not work for KERNEL_GS_BASE MSR, thus we 53 * handle this MSR manually. See @bugref{6208}. This is clearly visible while 54 * booting Solaris 11 (11.1 b19) VMs with 2 Cpus. 52 /* The MSR auto load/store used to not work for KERNEL_GS_BASE MSR, thus we 53 * used to handle this MSR manually. See @bugref{6208}. This was clearly visible while 54 * booting Solaris 11 (11.1 b19) VMs with 2 Cpus. This is no longer the case and we 55 * always auto load/store the KERNEL_GS_BASE MSR. 55 56 * 56 57 * Note: don't forget to update the assembly files while modifying this! 57 58 */ 59 /** @todo This define should always be in effect and the define itself removed 60 after 'sufficient' testing. */ 58 61 # define VBOX_WITH_AUTO_MSR_LOAD_RESTORE 59 62
Note:
See TracChangeset
for help on using the changeset viewer.