Changeset 73253 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Jul 19, 2018 8:01:45 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123859
- Location:
- trunk/src/VBox/VMM/VMMR0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r73166 r73253 7200 7200 * Determine the nested paging mode. 7201 7201 */ 7202 /** @todo r=bird: Gotta love this nested paging hacking we're still carrying with us... (Split PGM_TYPE_NESTED.) */ 7202 7203 PGMMODE enmNestedPagingMode; 7203 7204 #if HC_ARCH_BITS == 32 -
trunk/src/VBox/VMM/VMMR0/PGMR0.cpp
r69111 r73253 37 37 * Instantiate the ring-0 header/code templates. 38 38 */ 39 /** @todo r=bird: Gotta love this nested paging hacking we're still carrying with us... (Split PGM_TYPE_NESTED.) */ 39 40 #define PGM_BTH_NAME(name) PGM_BTH_NAME_32BIT_PROT(name) 40 41 #include "PGMR0Bth.h" … … 509 510 * can use existing code to build the nested page tables. 510 511 */ 512 /** @todo r=bird: Gotta love this nested paging hacking we're still carrying with us... (Split PGM_TYPE_NESTED.) */ 511 513 bool fLockTaken = false; 512 514 switch (enmShwPagingMode)
Note:
See TracChangeset
for help on using the changeset viewer.