VirtualBox

Changeset 42821 in vbox for trunk/src/VBox/VMM/include


Ignore:
Timestamp:
Aug 15, 2012 11:11:03 AM (12 years ago)
Author:
vboxsync
Message:

Workaround to fix 64bit guests on OS X Snow Leopard (#6313)

Location:
trunk/src/VBox/VMM/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/HWACCMInternal.h

    r42373 r42821  
    4141#define HWACCM_VMX_EMULATE_REALMODE
    4242
    43 
     43/** @todo: Broken on OS X Snow Leopard @bugref{6313}. */
     44#if !defined(VBOX_WITH_HYBRID_32BIT_KERNEL)
    4445/* The MSR auto load/store does not work for KERNEL_GS_BASE MSR, thus we
    4546 * handle this MSR manually. See @bugref{6208}. This is clearly visible while
     
    4849 * Note: don't forget to update the assembly files while modifying this!
    4950 */
    50 #define VBOX_WITH_AUTO_MSR_LOAD_RESTORE
     51# define VBOX_WITH_AUTO_MSR_LOAD_RESTORE
     52#endif
    5153
    5254RT_C_DECLS_BEGIN
  • trunk/src/VBox/VMM/include/HWACCMInternal.mac

    r42156 r42821  
    1616
    1717%define VMX_USE_CACHED_VMCS_ACCESSES
     18
     19/** @todo: Broken on OS X Snow Leopard @bugref{6313}. */
     20%ifndef VBOX_WITH_HYBRID_32BIT_KERNEL
    1821%define VBOX_WITH_AUTO_MSR_LOAD_RESTORE
     22%endif
    1923
    2024;Maximum number of cached entries.
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette