VirtualBox

Changeset 29984 in vbox for trunk


Ignore:
Timestamp:
Jun 2, 2010 12:22:39 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
62279
Message:

OVF: almost

Location:
trunk/src/VBox/Main
Files:
2 edited

Legend:

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

    r29925 r29984  
    13241324            case VirtualSystemDescriptionType_HardDiskControllerSATA:
    13251325            case VirtualSystemDescriptionType_HardDiskControllerSCSI:
     1326            case VirtualSystemDescriptionType_HardDiskControllerSAS:
    13261327                if (d.strRef == strRef)
    13271328                    return &d;
  • trunk/src/VBox/Main/ApplianceImplExport.cpp

    r29981 r29984  
    875875                          : desc.type == VirtualSystemDescriptionType_HardDiskControllerSATA ? "HardDiskControllerSATA"
    876876                          : desc.type == VirtualSystemDescriptionType_HardDiskControllerSCSI ? "HardDiskControllerSCSI"
     877                          : desc.type == VirtualSystemDescriptionType_HardDiskControllerSAS ? "HardDiskControllerSAS"
    877878                          : desc.type == VirtualSystemDescriptionType_HardDiskImage ? "HardDiskImage"
    878879                          : Utf8StrFmt("%d", desc.type).c_str()),
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