VirtualBox

Changeset 60406 in vbox


Ignore:
Timestamp:
Apr 10, 2016 2:05:03 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
106492
Message:

VMM: doxygen fixes

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/pdmdev.h

    r60404 r60406  
    36773677     * @thread  EMT(0)
    36783678     */
    3679     DECLR3CALLBACKMEMBER(int, pfnFirmwareRegister,(PPDMDEVINS pDevIns, PCPDMFWREG pFwReg, PCPDMFWHLPR3 *ppFwHlpR3));
     3679    DECLR3CALLBACKMEMBER(int, pfnFirmwareRegister,(PPDMDEVINS pDevIns, PCPDMFWREG pFwReg, PCPDMFWHLPR3 *ppFwHlp));
    36803680
    36813681    /**
     
    53925392 * @copydoc PDMDEVHLPR3::pfnFirmwareRegister
    53935393 */
    5394 DECLINLINE(int) PDMDevHlpFirmwareRegister(PPDMDEVINS pDevIns, PCPDMFWREG pFwReg, PCPDMFWHLPR3 *ppFwHlpR3)
    5395 {
    5396     return pDevIns->pHlpR3->pfnFirmwareRegister(pDevIns, pFwReg, ppFwHlpR3);
     5394DECLINLINE(int) PDMDevHlpFirmwareRegister(PPDMDEVINS pDevIns, PCPDMFWREG pFwReg, PCPDMFWHLPR3 *ppFwHlp)
     5395{
     5396    return pDevIns->pHlpR3->pfnFirmwareRegister(pDevIns, pFwReg, ppFwHlp);
    53975397}
    53985398
  • trunk/src/VBox/VMM/VMMR3/HM.cpp

    r60396 r60406  
    11071107 * @callback_method_impl{FNPDMVMMDEVHEAPNOTIFY}
    11081108 */
    1109 static DECLCALLBACK(void) hmR3VmmDevHeapNotify(PVM pVM, void *pvAllocation,  RTGCPHYS GCPhysAllocation)
     1109static DECLCALLBACK(void) hmR3VmmDevHeapNotify(PVM pVM, void *pvAllocation, RTGCPHYS GCPhysAllocation)
    11101110{
    11111111    NOREF(pVM);
  • trunk/src/VBox/VMM/VMMR3/VM.cpp

    r60404 r60406  
    30303030 *
    30313031 * @returns VBox status code.
    3032  * @param   pUVM    The VM to reset.
     3032 * @param   pVM             The cross context VM structure.
    30333033 * @thread  EMT
    30343034 *
    3035  * @remarks Caller is expected to clear the reset FF.
     3035 * @remarks Caller is expected to clear the VM_FF_RESET force flag.
    30363036 */
    30373037VMMR3_INT_DECL(VBOXSTRICTRC) VMR3ResetFF(PVM pVM)
     
    30563056 *
    30573057 * @returns VBox status code.
    3058  * @param   pUVM    The VM to reset.
     3058 * @param   pVM             The cross context VM structure.
    30593059 * @thread  EMT
    30603060 */
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