VirtualBox

Changeset 100399 in vbox for trunk


Ignore:
Timestamp:
Jul 6, 2023 8:56:03 AM (17 months ago)
Author:
vboxsync
Message:

VMM/PDMDevHlp: Allow IRQ numbers >= 16 for ARMv8 (we are kind of abusing the ISA interrupt helper on ARM right now to forward interrupts to the GIC, bugref:10404

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/PDMDevHlp.cpp

    r100184 r100399  
    25612561     * Validate input.
    25622562     */
     2563#ifndef VBOX_VMM_TARGET_ARMV8
    25632564    Assert(iIrq < 16);
     2565#endif
    25642566    Assert((uint32_t)iLevel <= PDM_IRQ_LEVEL_FLIP_FLOP);
    25652567
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