commit | a98f26f183801685ef57333de4bafd4bbc692c7c | [log] [tgz] |
---|---|---|
author | Marc Zyngier <[email protected]> | Tue Jul 08 12:09:07 2014 +0100 |
committer | Christoffer Dall <[email protected]> | Thu Sep 18 18:48:58 2014 -0700 |
tree | 8b33a5d7d13d8c2f507223b548b766ba16d559b1 | |
parent | 4956f2bc1fdee4bc336532f3f34635a8534cedfd [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 <[email protected]> Signed-off-by: Marc Zyngier <[email protected]>