Changeset 72079 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- May 2, 2018 5:15:20 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/HMSVMAll.cpp
r72065 r72079 210 210 * using hardware-assisted SVM. 211 211 * 212 * @sa CPUMApplyNestedGuestTscOffset. 212 * @note If you make any changes to this function, please check if 213 * hmR0SvmNstGstUndoTscOffset() needs adjusting. 214 * 215 * @sa CPUMApplyNestedGuestTscOffset(), hmR0SvmNstGstUndoTscOffset(). 213 216 */ 214 217 VMM_INT_DECL(uint64_t) HMSvmNstGstApplyTscOffset(PVMCPU pVCpu, uint64_t uTicks)
Note:
See TracChangeset
for help on using the changeset viewer.