Changeset 87751 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Feb 13, 2021 1:57:20 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 142803
- Location:
- trunk/src/VBox/VMM/VMMR0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r87606 r87751 4382 4382 STAM_PROFILE_ADV_STOP_START(&pVCpu->hm.s.StatInGC, &pVCpu->hm.s.StatPreExit, x); 4383 4383 PVMCC pVM = pVCpu->CTX_SUFF(pVM); 4384 TMNotifyEndOfExecution(pVM, pVCpu );/* Notify TM that the guest is no longer running. */4384 TMNotifyEndOfExecution(pVM, pVCpu, uHostTsc); /* Notify TM that the guest is no longer running. */ 4385 4385 VMCPU_SET_STATE(pVCpu, VMCPUSTATE_STARTED_HM); 4386 4386 -
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r87690 r87751 11177 11177 11178 11178 STAM_PROFILE_ADV_STOP_START(&pVCpu->hm.s.StatInGC, &pVCpu->hm.s.StatPreExit, x); 11179 TMNotifyEndOfExecution(pVCpu->CTX_SUFF(pVM), pVCpu );/* Notify TM that the guest is no longer running. */11179 TMNotifyEndOfExecution(pVCpu->CTX_SUFF(pVM), pVCpu, uHostTsc); /* Notify TM that the guest is no longer running. */ 11180 11180 VMCPU_SET_STATE(pVCpu, VMCPUSTATE_STARTED_HM); 11181 11181
Note:
See TracChangeset
for help on using the changeset viewer.