Changeset 17776 in vbox
- Timestamp:
- Mar 12, 2009 7:46:29 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ApplianceImpl.cpp
r17762 r17776 1981 1981 /* Hard disk controller SCSI */ 1982 1982 std::list<VirtualSystemDescriptionEntry*> vsdeHDCSCSI = vsdescThis->findByType(VirtualSystemDescriptionType_HardDiskControllerSCSI); 1983 if (vsdeHDCS ATA.size() > 1)1983 if (vsdeHDCSCSI.size() > 1) 1984 1984 throw setError(VBOX_E_FILE_ERROR, 1985 1985 tr("Too many SCSI controllers in OVF; VirtualBox only supports one"));
Note:
See TracChangeset
for help on using the changeset viewer.