Changeset 57997 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- Oct 2, 2015 9:10:50 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/ApplianceImplExport.cpp
r57996 r57997 1259 1259 pelmSystem->createChild("vssd:VirtualSystemIdentifier")->addContent(strVMName); 1260 1260 // <vssd:VirtualSystemType>vmx-4</vssd:VirtualSystemType> 1261 const char *pcszHardware = "virtualbox ";1261 const char *pcszHardware = "virtualbox-2.2"; 1262 1262 if (enFormat == ovf::OVFVersion_0_9) 1263 1263 // pretend to be vmware compatible then
Note:
See TracChangeset
for help on using the changeset viewer.