Changeset 73253 in vbox
- Timestamp:
- Jul 19, 2018 8:01:45 PM (7 years ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAll.cpp
r73250 r73253 1822 1822 PGM_LOCK_ASSERT_OWNER(pVCpu->CTX_SUFF(pVM)); 1823 1823 1824 /** @todo r=bird: Gotta love this nested paging hacking we're still carrying with us... (Split PGM_TYPE_NESTED.) */ 1824 1825 int rc; 1825 1826 switch (enmShwPagingMode) -
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.