Changeset 62126 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jul 8, 2016 8:40:35 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r62115 r62126 3011 3011 hmR0SvmEvaluatePendingEvent(pVCpu, pCtx); 3012 3012 3013 /* On the oldest AMD-V systems, we may not get enough information to reinject an NMI. 3014 * Just do it in software. See @bugref{8411} 3013 /* 3014 * On the oldest AMD-V systems, we may not get enough information to reinject an NMI. 3015 * Just do it in software, see @bugref{8411}. 3015 3016 * NB: If we could continue a task switch exit we wouldn't need to do this. 3016 3017 */
Note:
See TracChangeset
for help on using the changeset viewer.