VirtualBox

Changeset 61559 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Jun 8, 2016 8:28:30 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
107898
Message:

VMM/GIM: Comment typos.

Location:
trunk/src/VBox/VMM
Files:
4 edited

Legend:

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

    r61544 r61559  
    128128
    129129/**
    130  * Disassembles the current instruction at RIP and if it's a hypercall
     130 * Disassembles the instruction at RIP and if it's a hypercall
    131131 * instruction, performs the hypercall.
    132132 *
     
    137137 *
    138138 * @todo    This interface should disappear when IEM/REM execution engines
    139  *          handle VMCALL/VMMCALL instrunctions to call into GIM when
     139 *          handle VMCALL/VMMCALL instructions to call into GIM when
    140140 *          required. See @bugref{7270#c168}.
    141141 */
  • trunk/src/VBox/VMM/VMMAll/GIMAllHv.cpp

    r61544 r61559  
    989989
    990990/**
    991  * Checks the currently disassembled instrunction and executes the hypercall if
     991 * Checks the currently disassembled instruction and executes the hypercall if
    992992 * it's a hypercall instruction.
    993993 *
  • trunk/src/VBox/VMM/VMMAll/GIMAllKvm.cpp

    r61546 r61559  
    364364
    365365/**
    366  * Checks the currently disassembled instrunction and executes the hypercall if
     366 * Checks the currently disassembled instruction and executes the hypercall if
    367367 * it's a hypercall instruction.
    368368 *
  • trunk/src/VBox/VMM/VMMR3/GIMHv.cpp

    r61544 r61559  
    15571557                                 *
    15581558                                 * Hyper-V sends UDP debugger packets with source and destination port as 0 except in the
    1559                                  * aformentioned buggy case. The buggy packet case requires us to remember the ports and
     1559                                 * aforementioned buggy case. The buggy packet case requires us to remember the ports and
    15601560                                 * reply to them, otherwise the guest won't receive the replies we sent with port 0.
    15611561                                 */
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