VirtualBox

Changeset 49903 in vbox for trunk/src


Ignore:
Timestamp:
Dec 14, 2013 1:14:29 AM (11 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0: Todo comment.

File:
1 edited

Legend:

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

    r49901 r49903  
    1087010870        /* Convert a #MF into a FERR -> IRQ 13. See @bugref{6117}. */
    1087110871        rc = PDMIsaSetIrq(pVCpu->CTX_SUFF(pVM), 13, 1, 0 /* uTagSrc */);
     10872
     10873        /** @todo r=ramshankar: The Intel spec. does -not- specify that this VM-exit
     10874         *        provides VM-exit instruction length. If this causes problem later,
     10875         *        disassemble the instruction like it's done on AMD-V. */
    1087210876        int rc2 = hmR0VmxAdvanceGuestRip(pVCpu, pMixedCtx, pVmxTransient);
    1087310877        AssertRCReturn(rc2, rc2);
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