VirtualBox

Ignore:
Timestamp:
Oct 4, 2010 12:56:35 PM (14 years ago)
Author:
vboxsync
Message:

Renaming cpu priority to cpu execution cap

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ConsoleImpl2.cpp

    r32851 r32885  
    551551    hrc = pMachine->COMGETTER(CPUCount)(&cCpus);                                        H();
    552552
    553     ULONG ulCpuPriority = 100;
    554     hrc = pMachine->COMGETTER(CPUPriority)(&ulCpuPriority);                             H();
     553    ULONG ulCpuExecutionCap = 100;
     554    hrc = pMachine->COMGETTER(CPUExecutionCap)(&ulCpuExecutionCap);                     H();
    555555
    556556    Bstr osTypeId;
     
    587587        InsertConfigInteger(pRoot, "RamHoleSize",          cbRamHole);
    588588        InsertConfigInteger(pRoot, "NumCPUs",              cCpus);
    589         InsertConfigInteger(pRoot, "CpuPriority",          ulCpuPriority);
     589        InsertConfigInteger(pRoot, "CpuExecutionCap",      ulCpuExecutionCap);
    590590        InsertConfigInteger(pRoot, "TimerMillies",         10);
    591591#ifdef VBOX_WITH_RAW_MODE
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