Changeset 13221 in vbox for trunk/src/VBox/Main/ConsoleImpl2.cpp
- Timestamp:
- Oct 13, 2008 2:43:54 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 37781
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl2.cpp
r13165 r13221 189 189 hrc = pMachine->COMGETTER(HWVirtExNestedPagingEnabled)(&fEnableNestedPaging); H(); 190 190 rc = CFGMR3InsertInteger(pRoot, "EnableNestedPaging", fEnableNestedPaging); RC_CHECK(); 191 192 /* VPID (VT-x) */ 193 BOOL fEnableVPID = false; 194 hrc = pMachine->COMGETTER(HWVirtExVPIDEnabled)(&fEnableVPID); H(); 195 rc = CFGMR3InsertInteger(pRoot, "EnableVPID", fEnableVPID); RC_CHECK(); 191 196 192 197 /* Physical Address Extension (PAE) */
Note:
See TracChangeset
for help on using the changeset viewer.