Changeset 69713 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Nov 16, 2017 12:32:33 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 119091
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r69707 r69713 2030 2030 * Cache the nested-guest programmed VMCB fields if we have not cached it yet. 2031 2031 * Otherwise we risk re-caching the values we may have modified, see @bugref{7243#c44}. 2032 * 2033 * Nested-paging CR3 is not saved back into the VMCB on #VMEXIT, hence no need to 2034 * cache and restore it, see AMD spec. 15.25.4 "Nested Paging and VMRUN/#VMEXIT". 2032 2035 */ 2033 2036 if (!pNstGstVmcbCache->fValid)
Note:
See TracChangeset
for help on using the changeset viewer.