VirtualBox

Changeset 37932 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Jul 13, 2011 8:46:49 PM (14 years ago)
Author:
vboxsync
Message:

Main: not worth an error message if a machine CPU leaf was not overridden

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/MachineImpl.cpp

    r37931 r37932  
    18471847        case 0xA:
    18481848            if (mHWData->mCpuIdStdLeafs[aId].ulId != aId)
    1849                 return setError(E_INVALIDARG, tr("CpuId override leaf %#x is not set"), aId);
     1849                return E_INVALIDARG;
    18501850
    18511851            *aValEax = mHWData->mCpuIdStdLeafs[aId].ulEax;
     
    18671867        case 0x8000000A:
    18681868            if (mHWData->mCpuIdExtLeafs[aId - 0x80000000].ulId != aId)
    1869                 return setError(E_INVALIDARG, tr("CpuId override leaf %#x is not set"), aId);
     1869                return E_INVALIDARG;
    18701870
    18711871            *aValEax = mHWData->mCpuIdExtLeafs[aId - 0x80000000].ulEax;
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