VirtualBox

Changeset 16623 in vbox for trunk/src


Ignore:
Timestamp:
Feb 10, 2009 11:47:47 AM (16 years ago)
Author:
vboxsync
Message:

OVF: removed some of the todos

File:
1 edited

Legend:

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

    r16622 r16623  
    14641464            if (vsysThis.mapVirtualDisks.size() > 0)
    14651465            {
    1466                 // @todo:
    1467                 //  - strHref could be empty (construct a new default file name)
    1468                 //  - check that the filename is unique to vbox in any case
    14691466                VirtualDisksMap::const_iterator itVD;
    14701467                /* Iterate through all hard disks ()*/
     
    16831680
    16841681            /* CPU count (ignored for now) */
    1685             /* @todo: check min/max requirements of VBox (SchemaDefs::Min/MaxCPUCount) */
    16861682            // EntriesList vsdeCPU = vsd->findByType (VirtualSystemDescriptionType_CPU);
    16871683
    16881684            /* RAM */
    1689             /* @todo: check min/max requirements of VBox (SchemaDefs::Min/MaxGuestRAM) */
    16901685            std::list<VirtualSystemDescriptionEntry*> vsdeRAM = vsdescThis->findByType(VirtualSystemDescriptionType_Memory);
    16911686            ComAssertMsgThrow(vsdeRAM.size() == 1, ("RAM size missing"), E_FAIL);
    16921687            const Utf8Str &memoryVBox = vsdeRAM.front()->strConfig;
    16931688            ULONG tt = (ULONG)RTStrToUInt64(memoryVBox.c_str());
    1694 
    16951689            rc = pNewMachine->COMSETTER(MemorySize)(tt);
    16961690            CheckComRCThrowRC(rc);
     
    17911785            if (vsdeHDCIDE.size() > 0)
    17921786            {
    1793                 // set the appropriate IDE controller in the virtual BIOS of the VM
     1787                /* Set the appropriate IDE controller in the virtual BIOS of the VM */
    17941788                ComPtr<IBIOSSettings> biosSettings;
    17951789                rc = pNewMachine->COMGETTER(BIOSSettings)(biosSettings.asOutParam());
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