Changeset 77571 in vbox for trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
- Timestamp:
- Mar 6, 2019 8:55:00 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r77570 r77571 6520 6520 /* 6521 6521 * We additionally have a requirement to import RIP, RFLAGS depending on whether we 6522 * might need them in hmR0VmxEvaluatePendingEvent().6522 * might need them in while evaluating pending events before VM-entry. 6523 6523 */ 6524 6524 if (!u32Val) … … 11276 11276 hmR0VmxClearIntWindowExitVmcs(pVCpu); 11277 11277 11278 /* Deliver the pending interrupts via hmR0VmxEvaluatePendingEvent()and resume guest execution. */11278 /* Evaluate and deliver pending events and resume guest execution. */ 11279 11279 STAM_COUNTER_INC(&pVCpu->hm.s.StatExitIntWindow); 11280 11280 return VINF_SUCCESS; … … 11317 11317 hmR0VmxClearNmiWindowExitVmcs(pVCpu); 11318 11318 11319 /* Deliver the pending NMI via hmR0VmxEvaluatePendingEvent()and resume guest execution. */11319 /* Evaluate and deliver pending events and resume guest execution. */ 11320 11320 return VINF_SUCCESS; 11321 11321 }
Note:
See TracChangeset
for help on using the changeset viewer.