Changeset 24807 in vbox for trunk/src/VBox
- Timestamp:
- Nov 19, 2009 6:19:18 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMInternal.h
r24799 r24807 167 167 * Enables real write monitoring of pages, i.e. mapping them read-only and 168 168 * only making them writable when getting a write access #PF. */ 169 /*#define VBOX_WITH_REAL_WRITE_MONITORED_PAGES */ 169 #define VBOX_WITH_REAL_WRITE_MONITORED_PAGES 170 170 171 171 /** @} */ … … 1084 1084 #if 0 1085 1085 /** Enables sanity checking of write monitoring using CRC-32. */ 1086 # define PGMLIVESAVERAMPAGE_WITH_CRC321086 # define PGMLIVESAVERAMPAGE_WITH_CRC32 1087 1087 #endif 1088 1088
Note:
See TracChangeset
for help on using the changeset viewer.