VirtualBox

Changeset 78223 in vbox for trunk/src


Ignore:
Timestamp:
Apr 20, 2019 4:33:22 AM (6 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0: Nested VMX: bugref:9180 Doxygen fixes.

File:
1 edited

Legend:

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

    r78221 r78223  
    15431543 * the read/write access of this MSR.
    15441544 *
     1545 * @param   pVCpu           The cross context virtual CPU structure.
    15451546 * @param   pVmcsInfo       The VMCS info. object.
    15461547 * @param   fIsNstGstVmcs   Whether this is a nested-guest VMCS.
     
    21422143 *
    21432144 * @param   pVCpu       The cross context virtual CPU structure.
     2145 * @param   pVmcsInfo   The VMCS info. object.
    21442146 */
    21452147static void hmR0VmxCheckAutoLoadStoreMsrs(PVMCPU pVCpu, PCVMXVMCSINFO pVmcsInfo)
     
    29012903 * @param   pVCpu           The cross context virtual CPU structure.
    29022904 * @param   pVmcsInfo       The VMCS info. object.
    2903  * @param   fIsNstGstVmcs   Whether this is a nested-guest VMCS.
    29042905 */
    29052906static int hmR0VmxSetupVmcsPinCtls(PVMCPU pVCpu, PVMXVMCSINFO pVmcsInfo)
     
    29552956 * @param   pVCpu           The cross context virtual CPU structure.
    29562957 * @param   pVmcsInfo       The VMCS info. object.
    2957  * @param   fIsNstGstVmcs   Whether this is a nested-guest VMCS.
    29582958 */
    29592959static int hmR0VmxSetupVmcsProcCtls2(PVMCPU pVCpu, PVMXVMCSINFO pVmcsInfo)
     
    30493049 * @param   pVCpu           The cross context virtual CPU structure.
    30503050 * @param   pVmcsInfo       The VMCS info. object.
    3051  * @param   fIsNstGstVmcs   Whether this is a nested-guest VMCS.
    30523051 */
    30533052static int hmR0VmxSetupVmcsProcCtls(PVMCPU pVCpu, PVMXVMCSINFO pVmcsInfo)
     
    58605859 *
    58615860 * @returns VBox status code.
    5862  * @param   pVCpu       The cross context virtual CPU structure.
    5863  * @param   pVmcsInfo   The VMCS info. object.
     5861 * @param   pVCpu           The cross context virtual CPU structure.
     5862 * @param   pVmxTransient   The VMX-transient structure.
    58645863 *
    58655864 * @remarks No-long-jump zone!!!
     
    71197118 * @returns VBox status code.
    71207119 * @param   pVCpu       The cross context virtual CPU structure.
    7121  * @param   pSelReg     Pointer to the segment selector.
    71227120 *
    71237121 * @remarks Called with interrupts and/or preemption disabled, try not to assert and
     
    71537151 * @returns VBox status code.
    71547152 * @param   pVCpu       The cross context virtual CPU structure.
    7155  * @param   pSelReg     Pointer to the segment selector.
    71567153 *
    71577154 * @remarks Called with interrupts and/or preemption disabled, try not to assert and
     
    77747771    if (enmTrpmEvent == TRPM_TRAP)
    77757772    {
    7776         /** @todo r=ramshankar: TRPM currently offers no way to determine a #DB that was
     7773        /** @todo r=ramshankar: TRPM currently offers no way to determine a \#DB that was
    77777774         *        generated using INT1 (ICEBP). */
    77787775        switch (uVector)
     
    85978594 * @returns Strict VBox status code (i.e. informational status codes too).
    85988595 * @param   pVCpu           The cross context virtual CPU structure.
    8599  * @param   pVmcsInfo       The VMCS info. object.
    86008596 * @param   pVmxTransient   The VMX-transient structure.
    86018597 * @param   pfIntrState     Where to store the VT-x guest-interruptibility state.
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