- Timestamp:
- Dec 6, 2018 8:47:23 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllCImplVmxInstr.cpp.h
r75995 r76002 3058 3058 * check for it here. 3059 3059 */ 3060 3061 /* Clear the force-flag indicating that monitor-trap flag is no longer active. */ 3062 VMCPU_FF_CLEAR(pVCpu, VMCPU_FF_VMX_PREEMPT_TIMER); 3063 3064 /* Cause the MTF VM-exit. The VM-exit qualification MBZ. */ 3060 3065 iemVmxVmcsSetExitQual(pVCpu, 0); 3061 3066 return iemVmxVmexit(pVCpu, VMX_EXIT_MTF); … … 3772 3777 pVmcs->u32PreemptTimer = 0; 3773 3778 3779 /* Clear the force-flag indicating the VMX-preemption timer no longer active. */ 3780 VMCPU_FF_CLEAR(pVCpu, VMCPU_FF_VMX_PREEMPT_TIMER); 3781 3774 3782 /* Cause the VMX-preemption timer VM-exit. The VM-exit qualification MBZ. */ 3775 3783 iemVmxVmcsSetExitQual(pVCpu, 0); 3776 VMCPU_FF_CLEAR(pVCpu, VMCPU_FF_VMX_PREEMPT_TIMER);3777 3784 return iemVmxVmexit(pVCpu, VMX_EXIT_PREEMPT_TIMER); 3778 3785 } … … 4913 4920 PCVMXVVMCS pVmcs = pVCpu->cpum.GstCtx.hwvirt.vmx.CTX_SUFF(pVmcs); 4914 4921 Assert(pVmcs); 4915 Assert(pVmcs->u32ProcCtls2 & VMX_PROC_CTLS2_APIC_REG_VIRT);4916 4922 4917 4923 /*
Note:
See TracChangeset
for help on using the changeset viewer.