VirtualBox

Changeset 48280 in vbox for trunk/src


Ignore:
Timestamp:
Sep 4, 2013 6:02:22 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
88695
Message:

VMM/HMR0: Todo comment. SMX mode.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMR0.cpp

    r48268 r48280  
    389389            g_HvmR0.vmx.Msrs.u64FeatureCtrl = ASMRdMsr(MSR_IA32_FEATURE_CONTROL);
    390390
     391            /** @todo r=ramshankar: This should be fixed for when the host is in SMX mode.
     392             *        Probably don't need to recheck it here. It's done in
     393             *        hmR0InitIntelCpu(). */
    391394            if (   (g_HvmR0.vmx.Msrs.u64FeatureCtrl & (MSR_IA32_FEATURE_CONTROL_VMXON | MSR_IA32_FEATURE_CONTROL_LOCK))
    392395                ==                                    (MSR_IA32_FEATURE_CONTROL_VMXON | MSR_IA32_FEATURE_CONTROL_LOCK))
Note: See TracChangeset for help on using the changeset viewer.

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