Changeset 30157 in vbox for trunk/src/VBox/Main/include/ovfreader.h
- Timestamp:
- Jun 10, 2010 8:11:14 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 62580
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ovfreader.h
r29925 r30157 34 34 35 35 enum CIMOSType_T 36 { CIMOSType_CIMOS_Unknown = 0, 36 { 37 CIMOSType_CIMOS_Unknown = 0, 37 38 CIMOSType_CIMOS_Other = 1, 38 39 CIMOSType_CIMOS_MACOS = 2, … … 136 137 CIMOSType_CIMOS_Linux_2_6_x_64 = 100, 137 138 CIMOSType_CIMOS_Linux_64 = 101, 138 CIMOSType_CIMOS_Other_64 = 102 139 CIMOSType_CIMOS_Other_64 = 102, 140 // types added with CIM 2.25.0 follow: 141 CIMOSType_CIMOS_WindowsServer2008R2 = 103, 142 CIMOSType_CIMOS_VMwareESXi = 104, 143 CIMOSType_CIMOS_Windows7 = 105, 144 CIMOSType_CIMOS_CentOS = 106, 145 CIMOSType_CIMOS_CentOS_64 = 107, 146 CIMOSType_CIMOS_OracleEnterpriseLinux = 108, 147 CIMOSType_CIMOS_OracleEnterpriseLinux_64 = 109, 148 CIMOSType_CIMOS_eComStation = 110 139 149 }; 140 150 … … 216 226 // listed in the NetworkSection at the outermost envelope level." We ignore this and only set up 217 227 // a network adapter depending on the network name. 218 iprt::MiniString strAddress; 228 iprt::MiniString strAddress; // "Device-specific. For an Ethernet adapter, this specifies the MAC address." 219 229 int32_t lAddress; // strAddress as an integer, if applicable. 220 230 iprt::MiniString strAddressOnParent; // "For a device, this specifies its location on the controller."
Note:
See TracChangeset
for help on using the changeset viewer.