VirtualBox

Changeset 81037 in vbox


Ignore:
Timestamp:
Sep 27, 2019 6:54:16 AM (5 years ago)
Author:
vboxsync
Message:

VMM/IEM: Nested SVM: bugref:7243 Comment typos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IEMAllCImplSvmInstr.cpp.h

    r80816 r81037  
    353353 *
    354354 * @returns Strict VBox status code (i.e. informational status codes too).
    355  * @retval  VINF_SUCCESS successully executed VMRUN and entered nested-guest
     355 * @retval  VINF_SUCCESS successfully executed VMRUN and entered nested-guest
    356356 *          code execution.
    357357 * @retval  VINF_SVM_VMEXIT when executing VMRUN causes a \#VMEXIT
     
    865865 *          successfully.
    866866 * @retval  VERR_SVM_VMEXIT_FAILED if the intercept is active and the \#VMEXIT
    867  *          failed and a shutdown needs to be initiated for the geust.
     867 *          failed and a shutdown needs to be initiated for the guest.
    868868 *
    869869 * @returns VBox strict status code.
     
    966966 *          successfully.
    967967 * @retval  VERR_SVM_VMEXIT_FAILED if the intercept is active and the \#VMEXIT
    968  *          failed and a shutdown needs to be initiated for the geust.
     968 *          failed and a shutdown needs to be initiated for the guest.
    969969 *
    970970 * @returns VBox strict status code.
     
    10161016 *          successfully.
    10171017 * @retval  VERR_SVM_VMEXIT_FAILED if the intercept is active and the \#VMEXIT
    1018  *          failed and a shutdown needs to be initiated for the geust.
     1018 *          failed and a shutdown needs to be initiated for the guest.
    10191019 *
    10201020 * @param   pVCpu       The cross context virtual CPU structure.
     
    14201420        if (RT_SUCCESS(rc))
    14211421        {
    1422             Log(("vmmcall: MovTrp\n"));
     1422            Log(("vmmcall: MovTpr\n"));
    14231423            return VINF_SUCCESS;
    14241424        }
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