VirtualBox

Changeset 68228 in vbox for trunk/src


Ignore:
Timestamp:
Aug 2, 2017 9:12:27 AM (7 years ago)
Author:
vboxsync
Message:

VMM: Nested Hw.virt: Doxygen fixes.

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

Legend:

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

    r68226 r68228  
    26282628 * Restores the host-state from the host-state save area as part of a \#VMEXIT.
    26292629 *
    2630  * @param   pVCpu       The cross context virtual CPU structure of the calling EMT.
    26312630 * @param   pCtx        The guest-CPU context.
    26322631 */
     
    26662665 * Saves the host-state to the host-state save area as part of a VMRUN.
    26672666 *
    2668  * @param   pVCpu       The cross context virtual CPU structure of the calling EMT.
    26692667 * @param   pCtx        The guest-CPU context.
    26702668 * @param   cbInstr     The length of the VMRUN instruction in bytes.
  • trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp

    r68226 r68228  
    232232*********************************************************************************************************************************/
    233233static void hmR0SvmSetMsrPermission(PSVMVMCB pVmcb, uint8_t *pbMsrBitmap, unsigned uMsr, SVMMSREXITREAD enmRead,
    234                                     SVMMSREXITWRITE enmWrite);
     234                                    SVMMSREXITWRITE enmWrite)
    235235static void hmR0SvmPendingEventToTrpmTrap(PVMCPU pVCpu);
    236236static void hmR0SvmLeave(PVMCPU pVCpu);
     
    584584 * Sets the permission bits for the specified MSR in the MSRPM.
    585585 *
    586  * @param   pVCpu       The cross context virtual CPU structure.
    587  * @param   pCtx        Pointer to the guest CPU or nested-guest CPU context.
    588  * @param   uMsr        The MSR for which the access permissions are being set.
    589  * @param   enmRead     MSR read permissions.
    590  * @param   enmWrite    MSR write permissions.
     586 * @param   pVmcb           Pointer to the VM control block.
     587 * @param   pvMsrBitmap     Pointer to the MSR bitmap.
     588 * @param   uMsr            The MSR for which the access permissions are being set.
     589 * @param   enmRead         MSR read permissions.
     590 * @param   enmWrite        MSR write permissions.
    591591 */
    592592static void hmR0SvmSetMsrPermission(PSVMVMCB pVmcb, uint8_t *pbMsrBitmap, unsigned uMsr, SVMMSREXITREAD enmRead,
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