- Timestamp:
- May 22, 2015 3:39:57 PM (10 years ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/HMAll.cpp
r56025 r56034 297 297 * Checks if both nested paging and unhampered guest execution are enabled. 298 298 * 299 * The almost complete guest execution in har ware is only applicable to VT-x.299 * The almost complete guest execution in hardware is only applicable to VT-x. 300 300 * 301 301 * @returns true if we have both enabled, otherwise false. -
trunk/src/VBox/VMM/VMMR0/HMR0.cpp
r55863 r56034 1651 1651 return VINF_SUCCESS; 1652 1652 1653 /* Check if the swit hcing we're up to is safe. */1653 /* Check if the switching we're up to is safe. */ 1654 1654 switch (enmSwitcher) 1655 1655 { … … 1676 1676 } 1677 1677 1678 /** @todo Check if this code is presum tive wrt other VT-x users on the1678 /** @todo Check if this code is presumptive wrt other VT-x users on the 1679 1679 * system... */ 1680 1680
Note:
See TracChangeset
for help on using the changeset viewer.