VirtualBox

Changeset 80533 in vbox


Ignore:
Timestamp:
Sep 1, 2019 11:24:59 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
133040
Message:

VMM,Devices: Some PDM device model refactoring. [doxyfix] bugref:9218

Location:
trunk
Files:
2 edited

Legend:

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

    r80531 r80533  
    21752175     * @param   pDevIns     The device instance to register the ports with.
    21762176     * @param   cPorts      Number of ports to register.
    2177      * @param   fFlag       Reserved, MBZ.
     2177     * @param   fFlags      Reserved, MBZ.
    21782178     * @param   pPciDev     The PCI device the range is associated with, if
    21792179     *                      applicable.
     
    23252325     * @param   pDevIns     The device instance to register the ports with.
    23262326     * @param   cbRegion    The size of the region in bytes.
    2327      * @param   fFlag       Reserved, MBZ.
     2327     * @param   fFlags      Reserved, MBZ.
    23282328     * @param   pPciDev     The PCI device the range is associated with, if
    23292329     *                      applicable.
     
    65846584}
    65856585
    6586 /**
    6587  * @copydoc PDMCritSect
    6588  * @param   pDevIns  The device instance.
    6589  */
    6590 
    65916586/* Strict build: Remap the two enter calls to the debug versions. */
    65926587#ifdef VBOX_STRICT
  • trunk/src/VBox/VMM/VMMR3/PDMLdr.cpp

    r80531 r80533  
    743743 * @returns VBox status code.
    744744 * @param   pUVM            Pointer to the user mode VM structure.
     745 * @param   pszModule       Module name (no path).
    745746 */
    746747VMMR3_INT_DECL(int) PDMR3LdrLoadR0(PUVM pUVM, const char *pszModule)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette