VirtualBox

Ignore:
Timestamp:
May 26, 2020 10:48:28 AM (5 years ago)
Author:
vboxsync
Message:

bugref:9745. Added support of controller VirtioSCSI.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageAppliance.cpp

    r84349 r84534  
    766766                                            i, a, i, a);
    767767                            }
     768                            break;
     769
     770                        case VirtualSystemDescriptionType_HardDiskControllerVirtioSCSI:
     771                            if (fIgnoreThis)
     772                            {
     773                                RTPrintf("%2u: VirtioSCSI controller, type %ls -- disabled\n",
     774                                         a,
     775                                         aVBoxValues[a]);
     776                                aEnabled[a] = false;
     777                            }
     778                            else
     779                                RTPrintf("%2u: VirtioSCSI controller, type %ls"
     780                                        "\n    (disable with \"--vsys %u --unit %u --ignore\")\n",
     781                                        a,
     782                                        aVBoxValues[a],
     783                                        i, a);
    768784                            break;
    769785
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