- Timestamp:
- Dec 14, 2013 1:14:29 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r49901 r49903 10870 10870 /* Convert a #MF into a FERR -> IRQ 13. See @bugref{6117}. */ 10871 10871 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. */ 10872 10876 int rc2 = hmR0VmxAdvanceGuestRip(pVCpu, pMixedCtx, pVmxTransient); 10873 10877 AssertRCReturn(rc2, rc2);
Note:
See TracChangeset
for help on using the changeset viewer.