Changeset 52149 in vbox for trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
- Timestamp:
- Jul 23, 2014 1:16:15 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 95183
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r52147 r52149 6691 6691 Log4Func(("vcpu[%RU32]\n", pVCpu->idCpu)); 6692 6692 6693 /* In case we get preempted before saving the interruptibility-state , do it here6694 otherwise we lose the info. inthe VMCS if we get rescheduled on a different host CPU. */6693 /* In case we get preempted before saving the interruptibility-state in hmR0VmxPostRunGuest(), do it here. 6694 Otherwise we lose the info. from the VMCS if we get rescheduled on a different host CPU. */ 6695 6695 hmR0VmxSaveGuestIntrState(pVCpu, pMixedCtx); 6696 6696
Note:
See TracChangeset
for help on using the changeset viewer.