VirtualBox

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


Ignore:
Timestamp:
Apr 30, 2013 4:38:34 PM (12 years ago)
Author:
vboxsync
Message:

VMM/VMMR0: Load kernel-gs base MSR as part of the auto-load/store MSR feature.
VMM/HMVMXR0: Fixed the code to also deal with the case when auto-load/store is not defined.
VMM/VMMR0: Fixed LegacyandAmd64.mac to restore the MSRs from the stack in the right order, not sure how it
could have worked previously.

File:
1 edited

Legend:

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

    r45804 r45845  
    5050#endif
    5151
    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.
    5556 *
    5657 * Note: don't forget to update the assembly files while modifying this!
    5758 */
     59/** @todo This define should always be in effect and the define itself removed
     60  after 'sufficient' testing. */
    5861# define VBOX_WITH_AUTO_MSR_LOAD_RESTORE
    5962
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