Changeset 45380 in vbox for trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
- Timestamp:
- Apr 5, 2013 2:48:24 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r45379 r45380 7808 7808 && uIntType != VMX_IDT_VECTORING_INFO_TYPE_PRIV_SW_XCPT) 7809 7809 { 7810 /* Save it as a pending event while will be converted to a TRPM event on the way out to ring-3. */7810 /* Save it as a pending event and it'll be converted to a TRPM event on the way out to ring-3. */ 7811 7811 pVCpu->hm.s.Event.fPending = true; 7812 7812 pVCpu->hm.s.Event.u64IntrInfo = pVmxTransient->uIdtVectoringInfo;
Note:
See TracChangeset
for help on using the changeset viewer.