Changeset 107438 in vbox
- Timestamp:
- Jan 6, 2025 6:25:57 PM (12 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp
r107198 r107438 592 592 const ovf::HardDiskController &hdc = hdcIt->second; 593 593 594 /** @todo r=andy The following count checks look messy/wrong compared to what we define 595 * elsewhere (e.g. PlatformProperties). Needs to be checked (and fixed). */ 596 594 597 switch (hdc.system) 595 598 { 596 599 case ovf::HardDiskController::IDE: 597 600 /* Check for the constraints */ 598 if (cIDEused < 4) 601 if (cIDEused < 4) /** @todo r=andy Is this really true? */ 599 602 { 600 603 /// @todo figure out the IDE types … … 612 615 else 613 616 /* Warn only once */ 614 if (cIDEused == 2)617 if (cIDEused == 4) /** @todo r=andy See todo above. */ 615 618 i_addWarning(tr("Virtual appliance \"%s\" was configured with more than two " 616 619 "IDE controllers however VirtualBox supports a maximum of two "
Note:
See TracChangeset
for help on using the changeset viewer.