VirtualBox

Changeset 46341 in vbox for trunk/src/VBox/Main/src-server


Ignore:
Timestamp:
May 31, 2013 12:13:49 PM (12 years ago)
Author:
vboxsync
Message:

Main: 64-bit unknown OS types.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/ApplianceImpl.cpp

    r45625 r46341  
    239239    }
    240240
    241     strType = Global::OSTypeId(VBOXOSTYPE_Unknown);
     241    if (c == ovf::CIMOSType_CIMOS_Other_64)
     242        strType = Global::OSTypeId(VBOXOSTYPE_Unknown_x64);
     243    else
     244        strType = Global::OSTypeId(VBOXOSTYPE_Unknown);
    242245}
    243246
Note: See TracChangeset for help on using the changeset viewer.

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