VirtualBox

Changeset 47991 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Aug 22, 2013 2:31:52 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
88315
Message:

Main: Made the exclusive HW virtualization use setting global rather than per-VM.

File:
1 edited

Legend:

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

    r47841 r47991  
    988988        /* HWVirtEx exclusive mode */
    989989        BOOL fHMExclusive = true;
    990         hrc = pMachine->GetHWVirtExProperty(HWVirtExPropertyType_Exclusive, &fHMExclusive); H();
     990        hrc = systemProperties->COMGETTER(ExclusiveHwVirt)(&fHMExclusive);                  H();
    991991        InsertConfigInteger(pHM, "Exclusive", fHMExclusive);
    992992
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