VirtualBox

Changeset 48004 in vbox


Ignore:
Timestamp:
Aug 22, 2013 5:58:17 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
88332
Message:

Fixed initialization.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/settings.h

    r47991 r48004  
    264264    SystemProperties()
    265265        : ulLogHistoryCount(3)
     266#if defined(RT_OS_DARWIN) || defined(RT_OS_WINDOWS)
     267        , fExclusiveHwVirt(false)
     268#else
     269        , fExclusiveHwVirt(true)
     270#endif
    266271    {}
    267272
  • trunk/src/VBox/Main/src-server/SystemPropertiesImpl.cpp

    r47991 r48004  
    103103     * default so that VT-x or AMD-V can be shared with other
    104104     * hypervisors without requiring user intervention.
     105     * NB: See also SystemProperties constructor in settings.h
    105106     */
    106107#if defined(RT_OS_DARWIN) || defined(RT_OS_WINDOWS)
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