Changeset 52182 in vbox
- Timestamp:
- Jul 25, 2014 6:21:21 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 95233
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r52172 r52182 6679 6679 Assert(VMMR0IsLogFlushDisabled(pVCpu)); 6680 6680 Log4Func(("vcpu[%RU32]\n", pVCpu->idCpu)); 6681 6682 /* In case we get preempted before saving the interruptibility-state in hmR0VmxPostRunGuest(), do it here.6683 Otherwise we lose the info. from the VMCS if we get rescheduled on a different host CPU. */6684 hmR0VmxSaveGuestIntrState(pVCpu, pMixedCtx);6685 6681 6686 6682 int rc = hmR0VmxSaveGuestRipRspRflags(pVCpu, pMixedCtx);
Note:
See TracChangeset
for help on using the changeset viewer.