VirtualBox

Changeset 96131 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Aug 10, 2022 3:49:43 PM (2 years ago)
Author:
vboxsync
Message:

FE/Qt+Main/testcase/tstOVF.cpp: A few small updates to the VBox GUI to
recognize Virtio-SCSI controllers in order to round out the support for
exporting an appliance which contains a Virtio-SCSI controller.
bugref:9745

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

Legend:

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

    r95423 r96131  
    53105310    <const name="HardDiskControllerSCSI" value="16" />
    53115311    <const name="HardDiskControllerSAS" value="17" />
     5312    <const name="HardDiskControllerVirtioSCSI" value="60" />
    53125313*/
    53135314
  • trunk/src/VBox/Main/testcase/tstOVF.cpp

    r93115 r96131  
    195195                break;
    196196
     197                case VirtualSystemDescriptionType_HardDiskControllerVirtioSCSI:
     198                    pcszType = "virtio-scsi";
     199                break;
     200
    197201                case VirtualSystemDescriptionType_HardDiskImage:
    198202                    pcszType = "hd";
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