VirtualBox

Changeset 64273 in vbox


Ignore:
Timestamp:
Oct 14, 2016 9:30:48 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
111286
Message:

Main/SystemProperties+Settings: initial value for exclusive hwvirt is now false on Solaris, to allow for the hypervisor based kernel zones

Location:
trunk/src/VBox/Main
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/SystemPropertiesImpl.cpp

    r63256 r64273  
    100100
    101101
    102     /* On Windows and OS X, HW virtualization use isn't exclusive by
    103      * default so that VT-x or AMD-V can be shared with other
     102    /* On Windows, OS X and Solaris, HW virtualization use isn't exclusive
     103     * by default so that VT-x or AMD-V can be shared with other
    104104     * hypervisors without requiring user intervention.
    105105     * NB: See also SystemProperties constructor in settings.h
    106106     */
    107 #if defined(RT_OS_DARWIN) || defined(RT_OS_WINDOWS)
     107#if defined(RT_OS_DARWIN) || defined(RT_OS_WINDOWS) || defined(RT_OS_SOLARIS)
    108108    m->fExclusiveHwVirt = false;
    109109#else
  • trunk/src/VBox/Main/xml/Settings.cpp

    r63774 r64273  
    15271527    fExclusiveHwVirt(true)
    15281528{
    1529 #if defined(RT_OS_DARWIN) || defined(RT_OS_WINDOWS)
     1529#if defined(RT_OS_DARWIN) || defined(RT_OS_WINDOWS) || defined(RT_OS_SOLARIS)
    15301530    fExclusiveHwVirt = false;
    15311531#endif
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