VirtualBox

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


Ignore:
Timestamp:
May 5, 2009 10:23:42 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
46917
Message:

VBox/parma.h,VMM: VMCPU_MAX_CPU_COUNT & VMM_MAX_CPUS => VMM_MAX_CPU_COUNT, added VMM_MIN_CPU_COUNT for schema future replacement dropping a hint about these constants Main.

File:
1 edited

Legend:

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

    r18263 r19403  
    207207
    208208    /* no need to lock, this is const */
    209     *minCPUCount = SchemaDefs::MinCPUCount;
     209    *minCPUCount = SchemaDefs::MinCPUCount; // VMM_MIN_CPU_COUNT
    210210
    211211    return S_OK;
     
    221221
    222222    /* no need to lock, this is const */
    223     *maxCPUCount = 1; // SchemaDefs::MaxCPUCount;
     223    *maxCPUCount = 1; // SchemaDefs::MaxCPUCount; // VMM_MAX_CPU_COUNT
    224224
    225225    return S_OK;
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