Changeset 102172 in vbox
- Timestamp:
- Nov 21, 2023 7:09:04 AM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r102020 r102172 4398 4398 bool fParavirtTsc; 4399 4399 uint64_t uTscOffset; 4400 PVMCC pVM = pVCpu->CTX_SUFF(pVM); 4401 PVMXVMCSINFO pVmcsInfo = hmGetVmxActiveVmcsInfo(pVCpu); 4400 PVMCC pVM = pVCpu->CTX_SUFF(pVM); 4402 4401 4403 4402 if (pVM->hmr0.s.vmx.fUsePreemptTimer) … … 4465 4464 if (pVmxTransient->fIsNestedGuest) 4466 4465 uTscOffset = CPUMApplyNestedGuestTscOffset(pVCpu, uTscOffset); 4467 hmR0VmxSetTscOffsetVmcs(pVm csInfo, uTscOffset);4466 hmR0VmxSetTscOffsetVmcs(pVmxTransient->pVmcsInfo, uTscOffset); 4468 4467 hmR0VmxRemoveProcCtlsVmcs(pVCpu, pVmxTransient, VMX_PROC_CTLS_RDTSC_EXIT); 4469 4468 } … … 4861 4860 if (!CPUMIsGuestInVmxNonRootMode(&pVCpu->cpum.GstCtx)) 4862 4861 { 4862 Assert(!pVCpu->hmr0.s.vmx.fSwitchedToNstGstVmcs); 4863 4863 vmxHCClearIntWindowExitVmcs(pVCpu, pVmcsInfo); 4864 4864 vmxHCClearNmiWindowExitVmcs(pVCpu, pVmcsInfo);
Note:
See TracChangeset
for help on using the changeset viewer.