Changeset 104772 in vbox for trunk/src/VBox/VMM
- Timestamp:
- May 24, 2024 11:01:54 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/GMMR0.cpp
r98103 r104772 51 51 * to be set at compile time. The chunks are organized in an AVL tree with their 52 52 * IDs being the keys. 53 * 54 * @todo Scope the chunk+page IDs based on config setting: per VM, 55 * per user (default), or global. This will prevent ring-3 code screwing 56 * around with random page IDs from accessing someone else's data in the 57 * default config. This would let us move HCPhys out of PGMPAGE when 58 * restricting it to ring-0 only, w/o requiring any additional ring-0 per 59 * page data (prereq mmio2 must go via GMM). See @bugref{10696} for more. 53 60 * 54 61 * The physical address of each page in an allocation chunk is maintained by
Note:
See TracChangeset
for help on using the changeset viewer.