Changeset 16901 in vbox
- Timestamp:
- Feb 18, 2009 1:34:31 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r16898 r16901 4754 4754 4755 4755 # ifndef PGM_WITHOUT_MAPPINGS 4756 /* Remove the hypervisor mappings from the shadow page table. */ 4756 /* Remove the hypervisor mappings from the shadow page table. 4757 * Note that SyncCR3 will be executed in case CR3 is changed in a guest paging mode; this will 4758 * make sure we check for conflicts in the new CR3 root. 4759 */ 4757 4760 PGMMapDeactivateAll(pVM); 4758 4761 # endif
Note:
See TracChangeset
for help on using the changeset viewer.