VirtualBox

Changeset 64374 in vbox


Ignore:
Timestamp:
Oct 23, 2016 7:07:51 PM (8 years ago)
Author:
vboxsync
Message:

PDM,Devices: Support for multiple PCI devices/function in a single PDM device.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/PDMInternal.h

    r64373 r64374  
    10021002        {
    10031003            /** Pointer to the PCI device (R3 Ptr). */
    1004             R3PTRTYPE(PPDMPCIDEV)    pPciDevR3;
     1004            R3PTRTYPE(PPDMPCIDEV)   pPciDevR3;
    10051005            /** The IRQ */
    1006             int                         iIrq;
     1006            int                     iIrq;
    10071007            /** The new level. */
    1008             int                         iLevel;
     1008            int                     iLevel;
    10091009            /** The IRQ tag and source. */
    1010             uint32_t                    uTagSrc;
     1010            uint32_t                uTagSrc;
    10111011        } PciSetIRQ;
    10121012
    10131013        /** Expanding the structure. */
    1014         uint64_t    au64[2];
     1014        uint64_t    au64[3];
    10151015    } u;
    10161016} PDMDEVHLPTASK;
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