Changeset 66982 in vbox for trunk/src/VBox
- Timestamp:
- May 19, 2017 1:24:50 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r66981 r66982 5209 5209 otherwise injecting the original pending event would most likely cause the same MMIO #NPF. */ 5210 5210 if (RT_UNLIKELY(pVCpu->hm.s.Event.fPending)) 5211 { 5212 /** @todo this should return VINF_EM_RAW_INJECT_TRPM_EVENT. */ 5211 5213 return VERR_EM_INTERPRETER; 5214 } 5212 5215 5213 5216 VBOXSTRICTRC rc2 = PGMR0Trap0eHandlerNPMisconfig(pVM, pVCpu, enmNestedPagingMode, CPUMCTX2CORE(pCtx), GCPhysFaultAddr, … … 5633 5636 { 5634 5637 STAM_COUNTER_INC(&pVCpu->hm.s.StatInjectPendingInterpret); 5638 /** @todo this should return VINF_EM_RAW_INJECT_TRPM_EVENT. */ 5635 5639 return VERR_EM_INTERPRETER; 5636 5640 }
Note:
See TracChangeset
for help on using the changeset viewer.