Changeset 108708 in vbox for trunk/src/VBox/VMM/include/PDMInternal.h
- Timestamp:
- Mar 24, 2025 9:16:43 AM (7 weeks ago)
- svn:sync-xref-src-repo-rev:
- 168125
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/PDMInternal.h
r108132 r108708 97 97 #define PDM_MAX_DEVICE_INSTANCE_SIZE_R3 _8M 98 98 /** The maximum size for the DBGF tracing tracking structure allocated for each device. */ 99 #define PDM_MAX_DEVICE_DBGF_TRACING_TRACK HOST_PAGE_SIZE 99 #define PDM_MAX_DEVICE_DBGF_TRACING_TRACK HOST_PAGE_SIZE_DYNAMIC 100 100 101 101
Note:
See TracChangeset
for help on using the changeset viewer.