Changeset 49579 in vbox
- Timestamp:
- Nov 20, 2013 12:08:05 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 90778
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r49526 r49579 7900 7900 AssertRC(rc); 7901 7901 STAM_COUNTER_INC(&pVCpu->hm.s.StatPreemptSaveHostState); 7902 7903 /* 7904 * Prevent unnecessary host-state updates in case fUpdatedHostMsrs remains false 7905 * throughout execution (e.g. if we are not swapping any MSRs) 7906 */ 7907 pVCpu->hm.s.vmx.fUpdatedHostMsrs = true; 7902 7908 } 7903 7909 Assert(!VMCPU_HMCF_IS_PENDING(pVCpu, HM_CHANGED_HOST_CONTEXT));
Note:
See TracChangeset
for help on using the changeset viewer.