Changeset 71417 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Mar 21, 2018 9:39:31 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 121384
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/HMSVMAll.cpp
r71415 r71417 154 154 * can safely be restored from our VMCB cache. Other fields like control registers 155 155 * can potentially be modified (if the nested-hypervisor is not intercepting writes) 156 * and thus we save the actual virtual CPU values of these registers.156 * and thus we restore the actual virtual CPU values of these registers. 157 157 */ 158 158 pVmcbNstGstCtrl->u16InterceptRdCRx = pNstGstVmcbCache->u16InterceptRdCRx;
Note:
See TracChangeset
for help on using the changeset viewer.