VirtualBox

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


Ignore:
Timestamp:
May 15, 2009 11:01:41 AM (16 years ago)
Author:
vboxsync
Message:

Fixed MaxGuestCPUCount to query the xml schema def for max nr of VCPUs

File:
1 edited

Legend:

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

    r19403 r19727  
    221221
    222222    /* no need to lock, this is const */
    223     *maxCPUCount = 1; // SchemaDefs::MaxCPUCount; // VMM_MAX_CPU_COUNT
     223    *maxCPUCount = SchemaDefs::MaxCPUCount; // VMM_MAX_CPU_COUNT
    224224
    225225    return S_OK;
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