Changeset 14694 in vbox for trunk/src/VBox/Main
- Timestamp:
- Nov 27, 2008 10:17:51 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MachineImpl.cpp
r14666 r14694 501 501 502 502 /* Apply machine defaults */ 503 mHWData->mHWVirtExEnabled = aOsType->recommendedVirtEx() ? 504 TSBool_True : TSBool_False; 503 if (aOsType->recommendedVirtEx()) 504 mHWData->mHWVirtExEnabled = TSBool_True; 505 else 506 mHWData->mHWVirtExEnabled = TSBool_False; 505 507 506 508 /* Apply BIOS defaults */
Note:
See TracChangeset
for help on using the changeset viewer.