VirtualBox

Changeset 79929 in vbox for trunk/src/VBox/Devices/VirtIO


Ignore:
Timestamp:
Jul 23, 2019 12:03:59 PM (6 years ago)
Author:
vboxsync
Message:

Attempt to fix burn related to bad doxygen doc field

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/VirtIO/Virtio_1_0.cpp

    r79928 r79929  
    700700 * Setup PCI device controller and Virtio state
    701701 *
    702  * @param   pDevIns          Device instance data
    703  * @param   pState           Device state
    704  * @param   iInstance        Instance number
    705  * @param   pPciParams       Values to populate industry standard PCI Configuration Space data structure
    706  * @param   pcszNameFmt      Device instance name (format-specifier)
    707  * @param   uVirtioRegion    Region number to map for PCi Capabilities structs
    708  * @param   nQueues          Number of Virtio Queues created by consumer (driver)
    709  */
    710 
     702 * @param   pDevIns               Device instance data
     703 * @param   pVirtio               Device State
     704 * @param   iInstance             Instance number
     705 * @param   pPciParams            Values to populate industry standard PCI Configuration Space data structure
     706 * @param   pcszNameFmt           Device instance name (format-specifier)
     707 * @param   nQueues               Number of Virtio Queues created by consumer (driver)
     708 * @param   uVirtioRegion         Region number to map for PCi Capabilities structs
     709 * @param   devCapReadCallback    Client function to call back to handle device specific capabilities
     710 * @param   devCapWriteCallback   Client function to call back to handle device specific capabilities
     711 * @param   cbDevSpecificCap      Size of device specific struct
     712 */
    711713int   virtioConstruct(PPDMDEVINS pDevIns, PVIRTIOSTATE pVirtio, int iInstance,
    712714                    PVIRTIOPCIPARAMS pPciParams, const char *pcszNameFmt,
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