VirtualBox

Changeset 104772 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
May 24, 2024 11:01:54 AM (6 months ago)
Author:
vboxsync
Message:

VMM/GMMR0: Todo. bugref:10696

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/GMMR0.cpp

    r98103 r104772  
    5151 * to be set at compile time. The chunks are organized in an AVL tree with their
    5252 * 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.
    5360 *
    5461 * The physical address of each page in an allocation chunk is maintained by
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette