commit | de337ee301422756dff43d6c60fbb0400c1235e9 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Tue Feb 06 18:55:33 2018 +0000 |
committer | Marc Zyngier <marc.zyngier@arm.com> | Fri Feb 16 13:47:58 2018 +0000 |
tree | e9b697ef630c31e9ce5aafc336ed650678408cae | |
parent | 95a2562590c2f64a0398183f978d5cf3db6d0284 [diff] |
irqchip/gic-v2m: Add PCI Multi-MSI support We'd never implemented Multi-MSI support with GICv2m, because it is weird and clunky, and you'd think people would rather use MSI-X. Turns out there is still plenty of devices out there that rely on Multi-MSI. Oh well, let's teach that trick to the v2m widget, it is not a big deal anyway. Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>