Changeset 50720 in vbox
- Timestamp:
- Mar 6, 2014 5:55:32 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 92685
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r50698 r50720 7078 7078 DECLINLINE(void) hmR0VmxSetPendingDebugXcpt(PVMCPU pVCpu, PCPUMCTX pMixedCtx) 7079 7079 { 7080 HMVMXCPU_GST_IS_UPDATED(pVCpu, HMVMX_UPDATED_GUEST_RFLAGS);7080 Assert(HMVMXCPU_GST_IS_UPDATED(pVCpu, HMVMX_UPDATED_GUEST_RFLAGS)); 7081 7081 if (pMixedCtx->eflags.Bits.u1TF) /* We don't have any IA32_DEBUGCTL MSR for guests. Treat as all bits 0. */ 7082 7082 { … … 7830 7830 * Load the guest-state into the VMCS. 7831 7831 * Any ordering dependency among the sub-functions below must be explicitly stated using comments. 7832 * Ideally, assert that the cross-dependent bits are up todate at the point of using it.7832 * Ideally, assert that the cross-dependent bits are up-to-date at the point of using it. 7833 7833 */ 7834 7834 int rc = hmR0VmxSetupVMRunHandler(pVCpu, pMixedCtx);
Note:
See TracChangeset
for help on using the changeset viewer.