VirtualBox

Changeset 43394 in vbox for trunk/include


Ignore:
Timestamp:
Sep 21, 2012 11:11:17 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
80872
Message:

VMM: HM cleanup.

Location:
trunk/include/VBox
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/err.h

    r43387 r43394  
    157157/** Indicating that a rescheduling to vmx-mode execution.
    158158 * Typically caused by REM detecting that hardware-accelerated raw-mode execution is possible. */
    159 #define VINF_EM_RESCHEDULE_HWACC            1116
     159#define VINF_EM_RESCHEDULE_HM            1116
    160160/** Indicating that a rescheduling to raw-mode execution.
    161161 * Typically caused by REM detecting that raw-mode execution is possible.
  • trunk/include/VBox/sup.h

    r43379 r43394  
    424424/** @see VMMR0_DO_RAW_RUN. */
    425425#define SUP_VMMR0_DO_RAW_RUN    0
    426 /** @see VMMR0_DO_HWACC_RUN. */
    427 #define SUP_VMMR0_DO_HWACC_RUN  1
     426/** @see VMMR0_DO_HM_RUN. */
     427#define SUP_VMMR0_DO_HM_RUN  1
    428428/** @see VMMR0_DO_NOP */
    429429#define SUP_VMMR0_DO_NOP        2
  • trunk/include/VBox/vmm/dbgf.h

    r42420 r43394  
    202202    DBGFEVENTCTX_REM,
    203203    /** VMX / AVT mode. */
    204     DBGFEVENTCTX_HWACCL,
     204    DBGFEVENTCTX_HM,
    205205    /** Hypervisor context. */
    206206    DBGFEVENTCTX_HYPER,
  • trunk/include/VBox/vmm/em.h

    r42186 r43394  
    5252    EMSTATE_RAW,
    5353    /** Hardware accelerated raw-mode execution. */
    54     EMSTATE_HWACC,
     54    EMSTATE_HM,
    5555    /** Value reserved for future use (used to be PARAV). */
    5656    EMSTATE_RESERVED,
     
    6868    EMSTATE_DEBUG_GUEST_RAW,
    6969    /** Guest debug event from hardware accelerated mode is being processed. */
    70     EMSTATE_DEBUG_GUEST_HWACC,
     70    EMSTATE_DEBUG_GUEST_HM,
    7171    /** Guest debug event from recompiled-mode is being processed. */
    7272    EMSTATE_DEBUG_GUEST_REM,
  • trunk/include/VBox/vmm/iom.h

    r42451 r43394  
    7676                                 && (rc) >= VINF_EM_FIRST \
    7777                                 && (rc) != VINF_EM_RESCHEDULE_RAW \
    78                                  && (rc) != VINF_EM_RESCHEDULE_HWACC \
     78                                 && (rc) != VINF_EM_RESCHEDULE_HM \
    7979                                ) \
    8080                            )
  • trunk/include/VBox/vmm/vmm.h

    r43392 r43394  
    321321    VMMR0_DO_RAW_RUN = SUP_VMMR0_DO_RAW_RUN,
    322322    /** Run guest code using the available hardware acceleration technology. */
    323     VMMR0_DO_HWACC_RUN = SUP_VMMR0_DO_HWACC_RUN,
     323    VMMR0_DO_HM_RUN = SUP_VMMR0_DO_HM_RUN,
    324324    /** Official NOP that we use for profiling. */
    325325    VMMR0_DO_NOP = SUP_VMMR0_DO_NOP,
     
    353353    VMMR0_DO_VMMR0_TERM,
    354354    /** Setup the hardware accelerated raw-mode session. */
    355     VMMR0_DO_HWACC_SETUP_VM,
     355    VMMR0_DO_HM_SETUP_VM,
    356356    /** Attempt to enable or disable hardware accelerated raw-mode. */
    357     VMMR0_DO_HWACC_ENABLE,
     357    VMMR0_DO_HM_ENABLE,
    358358    /** Calls function in the hypervisor.
    359359     * The caller must setup the hypervisor context so the call will be performed.
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