VirtualBox

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


Ignore:
Timestamp:
Jul 9, 2015 1:11:57 PM (9 years ago)
Author:
vboxsync
Message:

VMM/GIM: comment clarification and typo.

File:
1 edited

Legend:

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

    r56836 r56897  
    371371    {
    372372        /*
    373          * Disassemble the instruction at RIP to figure out if it's the Intel
    374          * VMCALL instruction and if so, handle it as a hypercall.
     373         * Disassemble the instruction at RIP to figure out if it's the Intel VMCALL instruction
     374         * or the AMD VMMCALL instruction and if so, handle it as a hypercall.
    375375         */
    376376        DISCPUSTATE Dis;
     
    404404             * Perform the hypercall and update RIP.
    405405             *
    406              * For HM, we can simply resume guest execution without perform the hypercall now and
     406             * For HM, we can simply resume guest execution without performing the hypercall now and
    407407             * do it on the next VMCALL/VMMCALL exit handler on the patched instruction.
    408408             *
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