Changeset 89781 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jun 18, 2021 2:58:15 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r87966 r89781 7130 7130 if (pVM->hmr0.s.vmx.fUsePreemptTimer) 7131 7131 { 7132 7133 7132 /* The TMCpuTickGetDeadlineAndTscOffset function is expensive (calling it on 7134 7133 every entry slowed down the bs2-test1 CPUID testcase by ~33% (on an 10980xe). */ … … 8169 8168 if (VMCPU_FF_IS_SET(pVCpu, VMCPU_FF_VMX_PREEMPT_TIMER)) 8170 8169 { 8171 Log4Func(("Pending nested-guest MTF\n"));8170 Log4Func(("Pending nested-guest preempt timer\n")); 8172 8171 VBOXSTRICTRC rcStrict = IEMExecVmxVmexitPreemptTimer(pVCpu); 8173 8172 Assert(rcStrict != VINF_VMX_INTERCEPT_NOT_ACTIVE); … … 9417 9416 AssertRC(rc); 9418 9417 Assert( (pVCpu->hm.s.fCtxChanged & (HM_CHANGED_HOST_CONTEXT | HM_CHANGED_VMX_HOST_GUEST_SHARED_STATE)) 9419 ==(HM_CHANGED_HOST_CONTEXT | HM_CHANGED_VMX_HOST_GUEST_SHARED_STATE));9418 == (HM_CHANGED_HOST_CONTEXT | HM_CHANGED_VMX_HOST_GUEST_SHARED_STATE)); 9420 9419 9421 9420 /* Load the active VMCS as the current one. */
Note:
See TracChangeset
for help on using the changeset viewer.