Changeset 91345 in vbox for trunk/include/VBox/vmm/vm.h
- Timestamp:
- Sep 23, 2021 8:14:38 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/vm.h
r91306 r91345 1215 1215 * @todo obsoleted by bMainExecutionEngine, eliminate. */ 1216 1216 bool fHMEnabled; 1217 1218 /** Large page enabled flag.1219 * @todo This doesn't need to be here, PGM should store it in it's own1220 * structures instead. */1221 bool fUseLargePages;1222 1217 /** @} */ 1223 1218 1224 1219 /** Alignment padding. */ 1225 uint8_t uPadding1[ 5];1220 uint8_t uPadding1[6]; 1226 1221 1227 1222 /** @name Debugging
Note:
See TracChangeset
for help on using the changeset viewer.