Changeset 46785 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jun 25, 2013 4:28:50 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 86717
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r46784 r46785 2690 2690 hmR0SvmSaveGuestState(pVCpu, pMixedCtx); /* Save the guest state from the VMCB to the guest-CPU context. */ 2691 2691 2692 Log4(("Vintr Intercept=%RTbool\n", !!(pVmcb->ctrl.u32InterceptCtrl1 & SVM_CTRL1_INTERCEPT_VINTR)));2693 2694 2692 if (RT_LIKELY(pSvmTransient->u64ExitCode != (uint64_t)SVM_EXIT_INVALID)) 2695 2693 {
Note:
See TracChangeset
for help on using the changeset viewer.