VirtualBox

Changeset 49669 in vbox


Ignore:
Timestamp:
Nov 26, 2013 4:59:07 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
90925
Message:

VMM/HMVMXR0: Comments.

File:
1 edited

Legend:

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

    r49668 r49669  
    12801280
    12811281    /*
    1282      * Update the host MSR only when requested by the called AND when we're
     1282     * Update the host MSR only when requested by the caller AND when we're
    12831283     * adding it to the auto-load/store area. Otherwise, it would have been
    12841284     * updated by hmR0VmxSaveHostMsrs(). We do this for performance reasons.
     
    12951295
    12961296/**
    1297  * Removes a guest/shost MSR pair to be swapped during the world-switch from the
     1297 * Removes a guest/host MSR pair to be swapped during the world-switch from the
    12981298 * auto-load/store MSR area in the VMCS.
    12991299 *
     
    82638263 * @param   pCtx        Pointer to the guest-CPU context.
    82648264 *
    8265  * @note    Mostly the same as hmR0VmxRunGuestCodeStep.
    8266  * @remarks Called with preemption disabled.
     8265 * @note    Mostly the same as hmR0VmxRunGuestCodeStep().
    82678266 */
    82688267static int hmR0VmxRunGuestCodeNormal(PVM pVM, PVMCPU pVCpu, PCPUMCTX pCtx)
     
    83368335 * @param   pCtx        Pointer to the guest-CPU context.
    83378336 *
    8338  * @note    Mostly the same as hmR0VmxRunGuestCodeNormal.
    8339  * @remarks Called with preemption disabled.
     8337 * @note    Mostly the same as hmR0VmxRunGuestCodeNormal().
    83408338 */
    83418339static int hmR0VmxRunGuestCodeStep(PVM pVM, PVMCPU pVCpu, PCPUMCTX pCtx)
     
    84398437 * @param   pVCpu       Pointer to the VMCPU.
    84408438 * @param   pCtx        Pointer to the guest-CPU context.
    8441  *
    8442  * @remarks Called with preemption disabled.
    84438439 */
    84448440VMMR0DECL(int) VMXR0RunGuestCode(PVM pVM, PVMCPU pVCpu, PCPUMCTX pCtx)
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