Changeset 77572 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Mar 6, 2019 9:01:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r77571 r77572 6926 6926 6927 6927 /* 6928 * Update pending interrupts into the APIC's IRR. 6929 */ 6930 if (VMCPU_FF_TEST_AND_CLEAR(pVCpu, VMCPU_FF_UPDATE_APIC)) 6931 APICUpdatePendingInterrupts(pVCpu); 6932 6933 /* 6928 6934 * Anything pending? Should be more likely than not if we're doing a good job. 6929 6935 */ … … 7539 7545 Assert(!fBlockSti || pCtx->eflags.Bits.u1IF); /* Cannot set block-by-STI when interrupts are disabled. */ 7540 7546 Assert(!TRPMHasTrap(pVCpu)); 7541 7542 if (VMCPU_FF_TEST_AND_CLEAR(pVCpu, VMCPU_FF_UPDATE_APIC))7543 APICUpdatePendingInterrupts(pVCpu);7544 7547 7545 7548 /*
Note:
See TracChangeset
for help on using the changeset viewer.