VirtualBox

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


Ignore:
Timestamp:
Jul 12, 2011 1:49:32 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
72804
Message:

Main: don't search for the extension pack if PCI passthrough is not enabled at all

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp

    r37828 r37902  
    470470
    471471    hrc = aMachine->COMGETTER(PciDeviceAssignments)(ComSafeArrayAsOutParam(assignments));
    472     if (hrc != S_OK)
     472    if (   hrc != S_OK
     473        || assignments.size() < 1)
    473474        return hrc;
    474475
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