Changeset 18350 in vbox
- Timestamp:
- Mar 26, 2009 8:11:02 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 45135
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ApplianceImpl.cpp
r18340 r18350 800 800 hdc.system = HardDiskController::IDE; 801 801 hdc.idController = i.ulInstanceID; 802 hdc.strControllerType = i.strResourceSubType; 802 803 hdc.strAddress = i.strAddress; 803 804 hdc.ulBusNumber = i.ulBusNumber; … … 2629 2630 strDescription = "IDE Controller"; 2630 2631 type = OVFResourceType_IDEController; // 5 2632 strResourceSubType = desc.strVbox; 2631 2633 // it seems that OVFTool always writes these two, and since we can only 2632 2634 // have one IDE controller, we'll use this as well
Note:
See TracChangeset
for help on using the changeset viewer.