VirtualBox

Changeset 41783 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Jun 16, 2012 7:24:15 PM (13 years ago)
Author:
vboxsync
Message:

Doxygen, comment typos.

Location:
trunk/src/VBox/VMM/VMMR0
Files:
6 edited

Legend:

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

    r41777 r41783  
    2222 * to manage a list of all running VMs, keep a ring-0 only structure (GVM) for
    2323 * each of them, and assign them unique identifiers (so GMM can track page
    24  * owners).  The GVMM also manage some of the host CPU resources, like the the
     24 * owners).  The GVMM also manage some of the host CPU resources, like the
    2525 * periodic preemption timer.
    2626 *
  • trunk/src/VBox/VMM/VMMR0/PDMR0Device.cpp

    r40956 r41783  
    543543
    544544    pdmUnlock(pVM);
    545     LogFlow(("pdmR0ApicHlp_CalcIrqTag: caller=%p/%d: returns %#x (u8Level=%d)\n", 
     545    LogFlow(("pdmR0ApicHlp_CalcIrqTag: caller=%p/%d: returns %#x (u8Level=%d)\n",
    546546             pDevIns, pDevIns->iInstance, uTagSrc, u8Level));
    547547    return uTagSrc;
     
    915915 *
    916916 * @returns true if     delivered, false if postponed.
    917  * @param   pVM         The VM handle.
     917 * @param   pVM         Pointer to the VM.
    918918 * @param   iIrq        The irq.
    919919 * @param   iLevel      The new level.
  • trunk/src/VBox/VMM/VMMR0/PGMR0.cpp

    r39402 r41783  
    6060 * @retval  VINF_EM_NO_MEMORY if we're out of memory. The FF is set in this case.
    6161 *
    62  * @param   pVM         The VM handle.
     62 * @param   pVM         Pointer to the VM.
    6363 * @param   pVCpu       The VMCPU handle.
    6464 *
     
    175175 * @retval  VINF_EM_NO_MEMORY if we're out of memory.
    176176 *
    177  * @param   pVM         The VM handle.
     177 * @param   pVM         Pointer to the VM.
    178178 * @param   pVCpu       The VMCPU handle.
    179179 *
     
    321321 * @returns VBox status code.
    322322 *
    323  * @param   pVM                 The VM handle.
     323 * @param   pVM                 Pointer to the VM.
    324324 */
    325325VMMR0_INT_DECL(int) PGMR0PhysSetupIommu(PVM pVM)
     
    503503 *
    504504 * @returns VBox status code (appropriate for trap handling and GC return).
    505  * @param   pVM                 The VM Handle.
     505 * @param   pVM                 Pointer to the VM.
    506506 * @param   pVCpu               The current CPU.
    507507 * @param   enmShwPagingMode    Paging mode for the nested page tables.
  • trunk/src/VBox/VMM/VMMR0/PGMR0SharedPage.cpp

    r40054 r41783  
    3939 * @returns The following VBox status codes.
    4040 *
    41  * @param   pVM                 The VM handle.
     41 * @param   pVM                 Pointer to the VM.
    4242 * @param   pGVM                Pointer to the GVM instance data.
    4343 * @param   idCpu               The ID of the calling virtual CPU.
  • trunk/src/VBox/VMM/VMMR0/TRPMR0.cpp

    r39038 r41783  
    3434 * Dispatches an interrupt that arrived while we were in the guest context.
    3535 *
    36  * @param   pVM     The VM handle.
     36 * @param   pVM     Pointer to the VM.
    3737 * @remark  Must be called with interrupts disabled.
    3838 */
  • trunk/src/VBox/VMM/VMMR0/VMMR0.cpp

    r41147 r41783  
    403403/**
    404404 * Record return code statistics
    405  * @param   pVM         The VM handle.
     405 * @param   pVM         Pointer to the VM.
    406406 * @param   pVCpu       The VMCPU handle.
    407407 * @param   rc          The status code.
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