VirtualBox

Changeset 20219 in vbox


Ignore:
Timestamp:
Jun 3, 2009 8:35:18 AM (16 years ago)
Author:
vboxsync
Message:

Partially enabled guest SMP for OVF import.

File:
1 edited

Legend:

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

    r20212 r20219  
    14441444            ULONG cpuCountVBox = vsysThis.cCPUs;
    14451445            /* Check for the constrains */
    1446             if (cpuCountVBox > 1) //SchemaDefs::MaxCPUCount)
     1446            if (cpuCountVBox > SchemaDefs::MaxCPUCount)
    14471447            {
    14481448                addWarning(tr("The virtual system \"%s\" claims support for %u CPU's, but VirtualBox has support for max %u CPU's only."),
    1449                            vsysThis.strName.c_str(), cpuCountVBox, 1); //SchemaDefs::MaxCPUCount);
    1450                 cpuCountVBox = 1; //SchemaDefs::MaxCPUCount;
     1449                           vsysThis.strName.c_str(), cpuCountVBox, SchemaDefs::MaxCPUCount);
     1450                cpuCountVBox = SchemaDefs::MaxCPUCount;
    14511451            }
    14521452            if (vsysThis.cCPUs == 0)
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