Changeset 13001 in vbox for trunk/src/VBox
- Timestamp:
- Oct 6, 2008 11:06:14 AM (16 years ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGM.cpp
r12989 r13001 23 23 /** @page pg_pgm PGM - The Page Manager and Monitor 24 24 * 25 * See also @ref pg_pgmPhys, @ref pg_pgm_pool. 25 26 * 26 27 * -
trunk/src/VBox/VMM/SELM.cpp
r12989 r13001 18 18 * Clara, CA 95054 USA or visit http://www.sun.com if you need 19 19 * additional information or have any questions. 20 */ 21 22 /** @page pg_selm SELM - The Selector Manager 23 * 24 * Manages the hypervisor GDT entires, monitors and shadows the guest GDT, LDT 25 * and TSS. Only active in raw-mode. 26 * 20 27 */ 21 28 -
trunk/src/VBox/VMM/STAM.cpp
r12989 r13001 18 18 * Clara, CA 95054 USA or visit http://www.sun.com if you need 19 19 * additional information or have any questions. 20 */ 21 22 /** @page pg_stam STAM - The Statistics Manager 23 * 24 * The purpose for the statistics manager is to present the rest of the system 25 * with a somewhat uniform way of accessing VMM statistics. STAM sports a couple 26 * of different APIs for accessing them: STAMR3EnumU, STAMR3SnapshotU, 27 * STAMR3DumpU, STAMR3DumpToReleaseLogU. Main is exposing the XML based one, 28 * STAMR3SnapshotU. 29 * 30 * The rest of the VMM together with the devices and drivers registers their 31 * statistics with STAM giving them a name. The name is like hierarchical, the 32 * components separated by slashes ('/'). 33 * 20 34 */ 21 35 -
trunk/src/VBox/VMM/VMMR0/GVMMR0.cpp
r12579 r13001 21 21 22 22 23 /** @page pg_ GVMMGVMM - The Global VM Manager23 /** @page pg_gvmm GVMM - The Global VM Manager 24 24 * 25 25 * The Global VM Manager lives in ring-0. It's main function at the moment
Note:
See TracChangeset
for help on using the changeset viewer.