Changeset 79598 in vbox
- Timestamp:
- Jul 8, 2019 4:08:37 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAll.cpp
r79487 r79598 14089 14089 * See Intel spec. 26.7.5 "Interrupt-Window Exiting and Virtual-Interrupt Delivery". 14090 14090 */ 14091 if ( 14092 && pVCpu->cpum.GstCtx.hwvirt.vmx.fInterceptEvents14091 if ( fCheckRemainingIntercepts 14092 && !TRPMHasTrap(pVCpu) 14093 14093 && !VMCPU_FF_IS_SET(pVCpu, VMCPU_FF_INHIBIT_INTERRUPTS)) 14094 14094 { 14095 Assert(pVCpu->cpum.GstCtx.hwvirt.vmx.fInterceptEvents); 14095 14096 if ( VMCPU_FF_IS_SET(pVCpu, VMCPU_FF_VMX_NMI_WINDOW) 14096 14097 && CPUMIsGuestVmxVirtNmiBlocking(pVCpu, &pVCpu->cpum.GstCtx))
Note:
See TracChangeset
for help on using the changeset viewer.