VirtualBox

Changeset 74624 in vbox for trunk/src


Ignore:
Timestamp:
Oct 5, 2018 6:38:24 AM (6 years ago)
Author:
vboxsync
Message:

VMM/IEM: Nested VMX: bugref:9180 Comment typos.

File:
1 edited

Legend:

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

    r74623 r74624  
    423423
    424424/** Check for VMX instructions requiring to be in VMX operation.
    425  * @note Any changes here, check if IEMOP_HLP_IN_VMX_OPERATION needs udpating. */
     425 * @note Any changes here, check if IEMOP_HLP_IN_VMX_OPERATION needs updating. */
    426426#define IEM_VMX_IN_VMX_OPERATION(a_pVCpu, a_szInstr, a_InsDiagPrefix) \
    427427    do \
     
    825825 *                      VINF_SUCCESS is returned).
    826826 *
    827  * @remarks Warning! This does not validate the contents of the retreived segment
     827 * @remarks Warning! This does not validate the contents of the retrieved segment
    828828 *          register.
    829829 */
     
    905905 * @returns VBox status code.
    906906 * @param   pVmcs           Pointer to the virtual VMCS.
    907  * @param   idxCr3Target    The index of the CR3-target value to retreive.
     907 * @param   idxCr3Target    The index of the CR3-target value to retrieve.
    908908 * @param   puValue         Where to store the CR3-target value.
    909909 */
     
    11681168                 * RIP-relative addressing mode.
    11691169                 *
    1170                  * The displacment is 32-bit signed implying an offset range of +/-2G.
     1170                 * The displacement is 32-bit signed implying an offset range of +/-2G.
    11711171                 * See Intel instruction spec. 2.2.1.6 "RIP-Relative Addressing".
    11721172                 */
     
    17961796
    17971797/**
    1798  * Saves the guest force-flags in prepartion of entering the nested-guest.
     1798 * Saves the guest force-flags in preparation of entering the nested-guest.
    17991799 *
    18001800 * @param   pVCpu       The cross context virtual CPU structure.
     
    18391839
    18401840/**
    1841  * Restores the guest force-flags in prepartion of exiting the nested-guest.
     1841 * Restores the guest force-flags in preparation of exiting the nested-guest.
    18421842 *
    18431843 * @param   pVCpu       The cross context virtual CPU structure.
     
    51945194     * while entering VMX non-root mode. We do some of this while checking VM-execution
    51955195     * controls. The guest hypervisor should not make assumptions and cannot expect
    5196      * predictable behavior if changes to these structures are made in guest memory after
    5197      * executing VMX non-root mode. As far as VirtualBox is concerned, the guest cannot modify
    5198      * them anyway as we cache them in host memory. We are trade memory for speed here.
     5196     * predictable behavior if changes to these structures are made in guest memory while
     5197     * executing in VMX non-root mode. As far as VirtualBox is concerned, the guest cannot
     5198     * modify them anyway as we cache them in host memory. We are trade memory for speed here.
    51995199     *
    52005200     * See Intel spec. 24.11.4 "Software Access to Related Structures".
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