Changeset 79753 in vbox for trunk/src/VBox
- Timestamp:
- Jul 13, 2019 11:34:54 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r79751 r79753 14952 14952 { 14953 14953 /* 14954 * If an exception caused a VM-exit due to delivery of an event, the secondary14955 * e xception may be made pending for re-injection. We shall reinject it and14956 * continue guest execution. However, the page-fault case is a complicated case14957 * and needs additional processing done in hmR0VmxExitXcptPF.14954 * If an exception caused a VM-exit due to delivery of an event, the original 14955 * event may have to be re-injected into the guest. We shall reinject it and 14956 * continue guest execution. However, page-fault is a complicated case and 14957 * needs additional processing done in hmR0VmxExitXcptPF(). 14958 14958 */ 14959 14959 if ( !pVCpu->hm.s.Event.fPending
Note:
See TracChangeset
for help on using the changeset viewer.