- Timestamp:
- Oct 17, 2023 3:03:04 PM (12 months ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Devices/Bus/DevPciGenericEcam.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/DevPciGenericEcam.cpp
r101479 r101481 99 99 100 100 101 /** 102 * Internal IRQ update worker for the root bus and bridges. 103 * 104 * @param pDevIns The PDM device instance updating the interrupt. 105 * @param pPciRoot The PCI root bus. 106 * @param pBusCC Current context PCI bus data. 107 * @param uDevFn Device and function number of the device/bridge updating the interrupt on the root bus. 108 * @param pPciDev The PCI device data of the device updating the interrupt. 109 * @param iIrq The interrupt number or MSI message. 110 * @param iLevel The level of the interrupt. 111 * @param uTagSrc The source tag of the interrupt. 112 */ 101 113 static void pciGenEcamSetIrqInternal(PPDMDEVINS pDevIns, PDEVPCIROOT pPciRoot, PDEVPCIBUSCC pBusCC, 102 114 uint8_t uDevFn, PPDMPCIDEV pPciDev, int iIrq, int iLevel, uint32_t uTagSrc)
Note:
See TracChangeset
for help on using the changeset viewer.

