Changeset 52655 in vbox
- Timestamp:
- Sep 9, 2014 2:03:59 PM (10 years ago)
- Location:
- trunk/src/VBox/VMM/VMMR0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r52654 r52655 5115 5115 5116 5116 /* If it's a vectoring #PF, emulate injecting the original event injection as PGMTrap0eHandler() is incapable 5117 of differentiating between instruction emulation and event injection that caused a #PF. See @bugref{ }. */5117 of differentiating between instruction emulation and event injection that caused a #PF. See @bugref{6607}. */ 5118 5118 if (pSvmTransient->fVectoringPF) 5119 5119 { -
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r52653 r52655 11999 11999 12000 12000 /* If it's a vectoring #PF, emulate injecting the original event injection as PGMTrap0eHandler() is incapable 12001 of differentiating between instruction emulation and event injection that caused a #PF. See @bugref{ }. */12001 of differentiating between instruction emulation and event injection that caused a #PF. See @bugref{6607}. */ 12002 12002 if (pVmxTransient->fVectoringPF) 12003 12003 {
Note:
See TracChangeset
for help on using the changeset viewer.