VirtualBox

Changeset 29994 in vbox


Ignore:
Timestamp:
Jun 2, 2010 1:04:36 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
62293
Message:

OVF: fix SAS controller VBoxManage quirk

File:
1 edited

Legend:

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

    r28800 r29994  
    529529                            else
    530530                                RTPrintf("%2u: SATA controller, type %ls"
     531                                        "\n    (disable with \"--vsys %u --unit %u --ignore\")\n",
     532                                        a,
     533                                        aVboxValues[a],
     534                                        i, a);
     535                        break;
     536
     537                        case VirtualSystemDescriptionType_HardDiskControllerSAS:
     538                            if (fIgnoreThis)
     539                            {
     540                                RTPrintf("%2u: SAS controller, type %ls -- disabled\n",
     541                                         a,
     542                                         aVboxValues[a]);
     543                                aEnabled[a] = false;
     544                            }
     545                            else
     546                                RTPrintf("%2u: SAS controller, type %ls"
    531547                                        "\n    (disable with \"--vsys %u --unit %u --ignore\")\n",
    532548                                        a,
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