VirtualBox

Changeset 46678 in vbox for trunk/src


Ignore:
Timestamp:
Jun 19, 2013 4:29:05 PM (12 years ago)
Author:
vboxsync
Message:

VMM/HMSVMR0: Typos.

File:
1 edited

Legend:

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

    r46672 r46678  
    377377
    378378/**
    379  * Does global VT-x termination (called during module termination).
     379 * Does global AMD-V termination (called during module termination).
    380380 */
    381381VMMR0DECL(void) SVMR0GlobalTerm(void)
     
    24672467
    24682468/**
    2469  * Prepares to run guest code in VT-x and we've committed to doing so. This
     2469 * Prepares to run guest code in AMD-V and we've committed to doing so. This
    24702470 * means there is no backing out to ring-3 or anywhere else at this
    24712471 * point.
     
    40934093        {
    40944094            /* A guest page-fault occurred during delivery of a page-fault. Inject #DF. */
    4095             hmR0VmxSetPendingXcptDF(pVCpu);
     4095            hmR0SvmSetPendingXcptDF(pVCpu);
    40964096            Log4(("Pending #DF due to vectoring #PF. NP\n"));
    40974097        }
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