Changeset 106404 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Oct 16, 2024 9:00:19 PM (4 months ago)
- svn:sync-xref-src-repo-rev:
- 165222
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/GICR3Nem-win.cpp
r106399 r106404 109 109 * @param pDevIns The PDM KVM GIC device instance. 110 110 * @param idCpu The CPU ID for which the interrupt is updated (only valid for PPIs). 111 * @param u32IrqType The actual IRQ type (PPI or SPI).111 * @param fPpi Flag whether this is a PPI or SPI. 112 112 * @param uIntId The interrupt ID to update. 113 113 * @param fAsserted Flag whether the interrupt is asserted (true) or not (false).
Note:
See TracChangeset
for help on using the changeset viewer.