Changeset 48004 in vbox
- Timestamp:
- Aug 22, 2013 5:58:17 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 88332
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/settings.h
r47991 r48004 264 264 SystemProperties() 265 265 : ulLogHistoryCount(3) 266 #if defined(RT_OS_DARWIN) || defined(RT_OS_WINDOWS) 267 , fExclusiveHwVirt(false) 268 #else 269 , fExclusiveHwVirt(true) 270 #endif 266 271 {} 267 272 -
trunk/src/VBox/Main/src-server/SystemPropertiesImpl.cpp
r47991 r48004 103 103 * default so that VT-x or AMD-V can be shared with other 104 104 * hypervisors without requiring user intervention. 105 * NB: See also SystemProperties constructor in settings.h 105 106 */ 106 107 #if defined(RT_OS_DARWIN) || defined(RT_OS_WINDOWS)
Note:
See TracChangeset
for help on using the changeset viewer.