Changeset 80111 in vbox for trunk/src/VBox/VMM/VMMR3/PGMPool.cpp
- Timestamp:
- Aug 2, 2019 1:53:57 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PGMPool.cpp
r77240 r80111 490 490 /** @todo change the pool to handle ROOT page allocations specially when 491 491 * required. */ 492 bool fCanUseHighMemory = HMIsNestedPagingActive(pVM) 493 && HMIsVmxActive(pVM); 492 bool fCanUseHighMemory = HMIsNestedPagingActive(pVM); 494 493 495 494 pgmLock(pVM);
Note:
See TracChangeset
for help on using the changeset viewer.