VirtualBox

Ignore:
Timestamp:
Jun 10, 2010 8:11:14 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
62580
Message:

OVF: added OS types from CIM 2.25.0, including Windows 7 and Oracle; added missing OS type conversions so less VMs end up as 'other' on export

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/ovfreader.h

    r29925 r30157  
    3434
    3535enum CIMOSType_T
    36 {   CIMOSType_CIMOS_Unknown = 0,
     36{
     37    CIMOSType_CIMOS_Unknown = 0,
    3738    CIMOSType_CIMOS_Other   = 1,
    3839    CIMOSType_CIMOS_MACOS   = 2,
     
    136137    CIMOSType_CIMOS_Linux_2_6_x_64  = 100,
    137138    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
    139149};
    140150
     
    216226                                        // listed in the NetworkSection at the outermost envelope level." We ignore this and only set up
    217227                                        // a network adapter depending on the network name.
    218     iprt::MiniString strAddress;                 // "Device-specific. For an Ethernet adapter, this specifies the MAC address."
     228    iprt::MiniString strAddress;        // "Device-specific. For an Ethernet adapter, this specifies the MAC address."
    219229    int32_t lAddress;                   // strAddress as an integer, if applicable.
    220230    iprt::MiniString strAddressOnParent;         // "For a device, this specifies its location on the controller."
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette