Changeset 42821 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Aug 15, 2012 11:11:03 AM (12 years ago)
- Location:
- trunk/src/VBox/VMM/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/HWACCMInternal.h
r42373 r42821 41 41 #define HWACCM_VMX_EMULATE_REALMODE 42 42 43 43 /** @todo: Broken on OS X Snow Leopard @bugref{6313}. */ 44 #if !defined(VBOX_WITH_HYBRID_32BIT_KERNEL) 44 45 /* The MSR auto load/store does not work for KERNEL_GS_BASE MSR, thus we 45 46 * handle this MSR manually. See @bugref{6208}. This is clearly visible while … … 48 49 * Note: don't forget to update the assembly files while modifying this! 49 50 */ 50 #define VBOX_WITH_AUTO_MSR_LOAD_RESTORE 51 # define VBOX_WITH_AUTO_MSR_LOAD_RESTORE 52 #endif 51 53 52 54 RT_C_DECLS_BEGIN -
trunk/src/VBox/VMM/include/HWACCMInternal.mac
r42156 r42821 16 16 17 17 %define VMX_USE_CACHED_VMCS_ACCESSES 18 19 /** @todo: Broken on OS X Snow Leopard @bugref{6313}. */ 20 %ifndef VBOX_WITH_HYBRID_32BIT_KERNEL 18 21 %define VBOX_WITH_AUTO_MSR_LOAD_RESTORE 22 %endif 19 23 20 24 ;Maximum number of cached entries.
Note:
See TracChangeset
for help on using the changeset viewer.