commit | 95fe1f0d664bc38df70bb494820fb923b81e1c16 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Tue Jul 08 12:09:07 2014 +0100 |
committer | Marc Zyngier <marc.zyngier@arm.com> | Fri Sep 12 14:06:11 2014 +0100 |
tree | e049333d7ad3e21289f492124b243a749e0f0c2a | |
parent | f31fbd30113dadd16e1546113e00b29a850d3260 [diff] |
arm/arm64: KVM: vgic: make number of irqs a configurable attribute In order to make the number of interrupts configurable, use the new fancy device management API to add KVM_DEV_ARM_VGIC_GRP_NR_IRQS as a VGIC configurable attribute. Userspace can now specify the exact size of the GIC (by increments of 32 interrupts). Reviewed-by: Christoffer Dall <christoffer.dall@linaro.org> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>