VirtualBox

Changeset 39685 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
Dec 30, 2011 1:29:33 AM (13 years ago)
Author:
vboxsync
Message:

doc updates.

Location:
trunk/src/VBox/VMM/VMMR3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/EMHwaccm.cpp

    r39405 r39685  
    55
    66/*
    7  * Copyright (C) 2006-2009 Oracle Corporation
     7 * Copyright (C) 2006-2011 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    1414 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1515 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    16  */
    17 
    18 /** @page pg_em         EM - The Execution Monitor / Manager
    19  *
    20  * The Execution Monitor/Manager is responsible for running the VM, scheduling
    21  * the right kind of execution (Raw-mode, Hardware Assisted, Recompiled or
    22  * Interpreted), and keeping the CPU states in sync. The function
    23  * EMR3ExecuteVM() is the 'main-loop' of the VM, while each of the execution
    24  * modes has different inner loops (emR3RawExecute, emR3HwAccExecute, and
    25  * emR3RemExecute).
    26  *
    27  * The interpreted execution is only used to avoid switching between
    28  * raw-mode/hwaccm and the recompiler when fielding virtualization traps/faults.
    29  * The interpretation is thus implemented as part of EM.
    30  *
    31  * @see grp_em
    3216 */
    3317
  • trunk/src/VBox/VMM/VMMR3/EMRaw.cpp

    r39405 r39685  
    11/* $Id$ */
    2 
    32/** @file
    43 * EM - Execution Monitor / Manager - software virtualization
     
    65
    76/*
    8  * Copyright (C) 2006-2009 Oracle Corporation
     7 * Copyright (C) 2006-2011 Oracle Corporation
    98 *
    109 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    1716 */
    1817
    19 /** @page pg_em         EM - The Execution Monitor / Manager
    20  *
    21  * The Execution Monitor/Manager is responsible for running the VM, scheduling
    22  * the right kind of execution (Raw-mode, Hardware Assisted, Recompiled or
    23  * Interpreted), and keeping the CPU states in sync. The function
    24  * EMR3ExecuteVM() is the 'main-loop' of the VM, while each of the execution
    25  * modes has different inner loops (emR3RawExecute, emR3HwAccExecute, and
    26  * emR3RemExecute).
    27  *
    28  * The interpreted execution is only used to avoid switching between
    29  * raw-mode/hwaccm and the recompiler when fielding virtualization traps/faults.
    30  * The interpretation is thus implemented as part of EM.
    31  *
    32  * @see grp_em
    33  */
    3418
    3519/*******************************************************************************
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