VirtualBox

Changeset 52166 in vbox


Ignore:
Timestamp:
Jul 24, 2014 12:04:15 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
95208
Message:

VMM/HMVMXR0: Move comment to the right place.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp

    r52165 r52166  
    74097409    Assert(!TRPMHasTrap(pVCpu));
    74107410
     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     */
    74117415                                                               /** @todo SMI. SMIs take priority over NMIs. */
    74127416    if (VMCPU_FF_IS_PENDING(pVCpu, VMCPU_FF_INTERRUPT_NMI))    /* NMI. NMIs take priority over regular interrupts. */
     
    84608464#endif /* !IEM_VERIFICATION_MODE_FULL */
    84618465
    8462     /*
    8463      * Evaluate events as pending-for-injection into the guest. Toggling of interrupt force-flags here is safe as long as
    8464      * we update TRPM on premature exits to ring-3 before executing guest code. We must NOT restore those force-flags.
    8465      */
    84668466    if (TRPMHasTrap(pVCpu))
    84678467        hmR0VmxTrpmTrapToPendingEvent(pVCpu);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette