VirtualBox

Changeset 80661 in vbox


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

VMM/HMVMXR0: Comment typos.

File:
1 edited

Legend:

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

    r80656 r80661  
    1467614676{
    1467714677    /*
    14678      * Cummulative notes of all recognized but unexpected VM-exits.
     14678     * Cumulative notes of all recognized but unexpected VM-exits.
    1467914679     *
    14680      * 1. This does -not- cover scenarios like like a page-fault VM-exit occurring when
     14680     * 1. This does -not- cover scenarios like a page-fault VM-exit occurring when
    1468114681     *    nested-paging is used.
    1468214682     *
     
    1476414764    HMVMX_VALIDATE_EXIT_HANDLER_PARAMS(pVCpu, pVmxTransient);
    1476514765
    14766     /** @todo Optimize this: We currently drag in in the whole MSR state
     14766    /** @todo Optimize this: We currently drag in the whole MSR state
    1476714767     * (CPUMCTX_EXTRN_ALL_MSRS) here.  We should optimize this to only get
    1476814768     * MSRs required.  That would require changes to IEM and possibly CPUM too.
     
    1483014830    HMVMX_VALIDATE_EXIT_HANDLER_PARAMS(pVCpu, pVmxTransient);
    1483114831
    14832     /** @todo Optimize this: We currently drag in in the whole MSR state
     14832    /** @todo Optimize this: We currently drag in the whole MSR state
    1483314833     * (CPUMCTX_EXTRN_ALL_MSRS) here.  We should optimize this to only get
    1483414834     * MSRs required.  That would require changes to IEM and possibly CPUM too.
     
    1566115661         * In the unlikely case where delivering an event causes an EPT misconfig (MMIO), go back to
    1566215662         * instruction emulation to inject the original event. Otherwise, injecting the original event
    15663          * using hardware-assisted VMX would would trigger the same EPT misconfig VM-exit again.
     15663         * using hardware-assisted VMX would trigger the same EPT misconfig VM-exit again.
    1566415664         */
    1566515665        if (!pVCpu->hm.s.Event.fPending)
     
    1568315683
    1568415684    /*
    15685      * Get sufficent state and update the exit history entry.
     15685     * Get sufficient state and update the exit history entry.
    1568615686     */
    1568715687    PVMXVMCSINFO pVmcsInfo = pVmxTransient->pVmcsInfo;
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