Changeset 52166 in vbox
- Timestamp:
- Jul 24, 2014 12:04:15 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 95208
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r52165 r52166 7409 7409 Assert(!TRPMHasTrap(pVCpu)); 7410 7410 7411 /* 7412 * Toggling of interrupt force-flags here is safe since we update TRPM on premature exits 7413 * to ring-3 before executing guest code, see hmR0VmxExitToRing3(). We must NOT restore these force-flags. 7414 */ 7411 7415 /** @todo SMI. SMIs take priority over NMIs. */ 7412 7416 if (VMCPU_FF_IS_PENDING(pVCpu, VMCPU_FF_INTERRUPT_NMI)) /* NMI. NMIs take priority over regular interrupts. */ … … 8460 8464 #endif /* !IEM_VERIFICATION_MODE_FULL */ 8461 8465 8462 /*8463 * Evaluate events as pending-for-injection into the guest. Toggling of interrupt force-flags here is safe as long as8464 * we update TRPM on premature exits to ring-3 before executing guest code. We must NOT restore those force-flags.8465 */8466 8466 if (TRPMHasTrap(pVCpu)) 8467 8467 hmR0VmxTrpmTrapToPendingEvent(pVCpu);
Note:
See TracChangeset
for help on using the changeset viewer.