Changeset 92164 in vbox for trunk/include/VBox
- Timestamp:
- Oct 31, 2021 11:35:27 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 147987
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pgm.h
r92162 r92164 703 703 * @{ */ 704 704 /** Track dirty pages. 705 * @see PGMR3PhysMmio2QueryAndResetDirtyBitmap(), PGMR3PhysMmio2ControlDirtyPageTracking(). */ 705 * @see PGMR3PhysMmio2QueryAndResetDirtyBitmap(), PGMR3PhysMmio2ControlDirtyPageTracking(). */ 706 706 #define PGMPHYS_MMIO2_FLAGS_TRACK_DIRTY_PAGES RT_BIT_32(0) 707 707 /** Valid flags. */
Note:
See TracChangeset
for help on using the changeset viewer.