Changeset 29087 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- May 5, 2010 2:20:30 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 61143
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ovfreader.h
r28957 r29087 257 257 ControllerSystemType system; // one of IDE, SATA, SCSI 258 258 259 iprt::MiniString strControllerType; // controller subtype (Item/ResourceSubType); e.g. "LsiLogic"; can be empty (esp. for IDE) 259 iprt::MiniString strControllerType; 260 // controller subtype (Item/ResourceSubType); e.g. "LsiLogic"; can be empty (esp. for IDE) 261 // note that we treat LsiLogicSAS as a SCSI controller (system == SCSI) even though VirtualBox 262 // treats it as a fourth class besides IDE, SATA, SCSI 260 263 261 264 uint32_t ulAddress; // controller index; this is determined heuristically by the OVF reader and will
Note:
See TracChangeset
for help on using the changeset viewer.