Changeset 65439 in vbox
- Timestamp:
- Jan 24, 2017 9:38:03 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 113052
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r65355 r65439 12133 12133 if (!(pVCpu->hm.s.vmx.u32ProcCtls & VMX_VMCS_CTRL_PROC_EXEC_USE_MSR_BITMAPS)) 12134 12134 { 12135 rc |= hmR0VmxSaveGuestSysenterMsrs(pVCpu, pMixedCtx); 12135 12136 rc |= hmR0VmxSaveGuestLazyMsrs(pVCpu, pMixedCtx); 12136 12137 rc |= hmR0VmxSaveGuestAutoLoadStoreMsrs(pVCpu, pMixedCtx);
Note:
See TracChangeset
for help on using the changeset viewer.