commit | c6ccd30e0de384f506449474ca780ff680ad4217 | [log] [tgz] |
---|---|---|
author | Christoffer Dall <cdall@linaro.org> | Thu May 04 13:24:20 2017 +0200 |
committer | Christoffer Dall <cdall@linaro.org> | Thu Jun 08 16:59:57 2017 +0200 |
tree | 5fa2382ca0cb42e08e0dd080f9a68769f5547a6b | |
parent | 99a1db7a2c9b2ecb9a801cee3f6a7a71945a2fca [diff] |
KVM: arm/arm64: Introduce an allocator for in-kernel irq lines Having multiple devices being able to signal the same interrupt line is very confusing and almost certainly guarantees a configuration error. Therefore, introduce a very simple allocator which allows a device to claim an interrupt line from the vgic for a given VM. Signed-off-by: Christoffer Dall <cdall@linaro.org> Acked-by: Marc Zyngier <marc.zyngier@arm.com>