VirtualBox

Changeset 51186 in vbox for trunk/src


Ignore:
Timestamp:
May 5, 2014 2:36:50 PM (11 years ago)
Author:
vboxsync
Message:

VMM/HMSVMR0: added bugref comment.

File:
1 edited

Legend:

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

    r51185 r51186  
    48414841    PSVMVMCB pVmcb = (PSVMVMCB)pVCpu->hm.s.svm.pvVmcb;
    48424842    if (   !(pVmcb->ctrl.u64ExitInfo2 & (SVM_EXIT2_TASK_SWITCH_IRET | SVM_EXIT2_TASK_SWITCH_JMP))
    4843         && pVCpu->hm.s.Event.fPending)      /** @todo fPending cannot be 'true' here, see hmR0SvmInjectPendingEvent(). */
     4843        && pVCpu->hm.s.Event.fPending)  /** @todo fPending cannot be 'true', see hmR0SvmInjectPendingEvent(). See @bugref{7362}.*/
    48444844    {
    48454845        /*
Note: See TracChangeset for help on using the changeset viewer.

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