Changeset 48025 in vbox for trunk/src/VBox
- Timestamp:
- Aug 23, 2013 12:24:33 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r48023 r48025 7095 7095 pVCpu->hm.s.fContextUseFlags &= ~HM_CHANGED_GUEST_CR2; 7096 7096 7097 AssertMsg(!(pVCpu->hm.s.fContextUseFlags & HM_CHANGED_ALL_GUEST),7098 ("Missed updating flags while loading guest state. pVM=%p pVCpu=%p idCpu=%RU32 fContextUseFlags=%#RX32\n",7099 pVM, pVCpu, pVCpu->idCpu, pVCpu->hm.s.fContextUseFlags));7100 7101 7097 #ifdef LOG_ENABLED 7102 7098 /* Only reenable log-flushing if the caller has it enabled. */ … … 7164 7160 } 7165 7161 7162 #ifdef VBOX_STRICT 7166 7163 /* When thread-context hooks are available, we could be preempted which means re-updating Guest.CR0 7167 7164 (shared FPU state) and debug controls (shared debug state). This is done in hmR0VmxPreRunGuestCommitted() */ 7168 #ifdef VBOX_STRICT7169 7165 if (VMMR0ThreadCtxHooksAreRegistered(pVCpu)) 7170 7166 {
Note:
See TracChangeset
for help on using the changeset viewer.