VirtualBox

Changeset 48328 in vbox for trunk/src/VBox/HostDrivers


Ignore:
Timestamp:
Sep 5, 2013 10:20:18 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
88756
Message:

VMM: Assert, doxygen, todo question.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPDrv.c

    r48268 r48328  
    33713371 * @returns VBox status code.
    33723372 * @retval  VERR_VMX_NO_VMX
    3373  * @retval  VERR_VMX_MSR_LOCKED_OR_DISABLED
     3373 * @retval  VERR_VMX_MSR_SMX_VMXON_DISABLED
     3374 * @retval  VERR_VMX_MSR_VMXON_DISABLED
    33743375 * @retval  VERR_SVM_NO_SVM
    33753376 * @retval  VERR_SVM_DISABLED
     
    33903391    *pfCaps = 0;
    33913392
     3393    /** @todo r=ramshankar: Although we're only reading CPUIDs/MSRs here which
     3394     *        should be identical on all CPUs on the system, it's probably
     3395     *        cleaner to prevent migration nonetheless? */
    33923396    if (ASMHasCpuId())
    33933397    {
     
    34003404
    34013405        if (   ASMIsValidStdRange(uMaxId)
    3402             && (   ASMIsIntelCpuEx(    uVendorEBX, uVendorECX, uVendorEDX)
     3406            && (   ASMIsIntelCpuEx(     uVendorEBX, uVendorECX, uVendorEDX)
    34033407                || ASMIsViaCentaurCpuEx(uVendorEBX, uVendorECX, uVendorEDX) )
    34043408           )
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