VirtualBox

Changeset 13001 in vbox


Ignore:
Timestamp:
Oct 6, 2008 11:06:14 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
37439
Message:

VBox-doc.c,VMM: doxygen links

Location:
trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/VBox-doc.c

    r12653 r13001  
    2727 * @section pg_main_comp    Components
    2828 *
    29  *  - VM / VMM / GVM / GVMM - Virtual Machine Monitor.
    30  *      - CFGM - Configuration Manager.
    31  *      - CPUM - CPU Monitor.
     29 *  - VM / @ref pg_vmm "VMM" / GVM / @ref pg_gvmm "GVMM" - Virtual Machine
     30 *    Monitor.
     31 *      - @ref pg_cfgm
     32 *      - @ref pg_cpum
    3233 *      - CSAM - Guest OS Code Scanning and Analyis Manager.
    33  *      - DBGF - Debugging Facility.
     34 *      - @ref pg_dbgf
    3435 *          - DBGC - Debugger Console.
    3536 *          - VBoxDbg - Debugger GUI (Qt).
    3637 *      - DIS - Disassembler.
    37  *      - EM - Excution Monitor.
     38 *      - @ref pg_em
    3839 *      - HWACCM - Intel/AMD VM Hardware Support Manager.
    3940 *      - REM - Recompiled Execution Monitor.
    40  *      - GMM - Global Memory Manager.
    41  *          - MM - Memory Monitor.
    42  *          - PGM - Page Monitor
    43  *          - SELM - Selector Monitor
    44  *      - IOM - Input / Output Monitor.
     41 *      - @ref pg_gmm
     42 *          - @ref pg_mm
     43 *          - @ref pg_pgm
     44 *          - @ref pg_selm
     45 *      - @ref pg_iom
    4546 *      - PATM - Dynamic Guest OS Patching Manager.
    46  *      - PDM  - Pluggable Device Manager.
     47 *      - @ref pg_pdm
    4748 *          - Devices / USB Devices, Drivers and their public interfaces.
    4849 *          - Async I/O Completion API.
     
    5152 *          - Queue API.
    5253 *          - Thread API.
    53  *      - SSM - Save State Manager.
    54  *      - STAM - Statistics Manager.
    55  *      - TM - Time Monitor.
    56  *      - TRPM - Trap & Interrupt Monitor
     54 *      - @ref pg_ssm
     55 *      - @ref pg_stam
     56 *      - @ref pg_tm
     57 *      - @ref pg_trpm
    5758 *  - Pluggable Components (via PDM).
    5859 *      - DevPCArch - PC Architecture Device (chipset, legacy ++).
     
    9495 *      - VBoxUSB - The USB support driver.
    9596 *      - VBoxTAP - The Host Interface Networking driver.
     97 *      - @ref pg_netflt
    9698 *  - Host Services.
    9799 *      - Shared Clipboard.
  • trunk/src/VBox/VMM/PGM.cpp

    r12989 r13001  
    2323/** @page pg_pgm PGM - The Page Manager and Monitor
    2424 *
     25 * See also @ref pg_pgmPhys, @ref pg_pgm_pool.
    2526 *
    2627 *
  • trunk/src/VBox/VMM/SELM.cpp

    r12989 r13001  
    1818 * Clara, CA 95054 USA or visit http://www.sun.com if you need
    1919 * 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 *
    2027 */
    2128
  • trunk/src/VBox/VMM/STAM.cpp

    r12989 r13001  
    1818 * Clara, CA 95054 USA or visit http://www.sun.com if you need
    1919 * 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 *
    2034 */
    2135
  • trunk/src/VBox/VMM/VMMR0/GVMMR0.cpp

    r12579 r13001  
    2121
    2222
    23 /** @page pg_GVMM   GVMM - The Global VM Manager
     23/** @page pg_gvmm   GVMM - The Global VM Manager
    2424 *
    2525 * 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.

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