]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: arm/arm64: vgic-new: Add data structure definitions
authorChristoffer Dall <christoffer.dall@linaro.org>
Mon, 23 Nov 2015 15:20:05 +0000 (07:20 -0800)
committerChristoffer Dall <christoffer.dall@linaro.org>
Fri, 20 May 2016 13:39:45 +0000 (15:39 +0200)
commit4b8bef87aa1a09d0272289db6bd8e344d514951d
tree300a69cac50e9f407b14cb29dee3d70e68049105
parent76d16612ececd0f3bd36110b75dcc7835837e2f0
KVM: arm/arm64: vgic-new: Add data structure definitions

Add a new header file for the new and improved GIC implementation.
The big change is that we now have a struct vgic_irq per IRQ instead
of spreading all the information over various bitmaps.

We include this new header conditionally from within the old header
file for the time being to avoid touching all the users.

Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Reviewed-by: Marc Zyngier <marc.zyngier@arm.com>
include/kvm/arm_vgic.h
include/kvm/vgic/vgic.h [new file with mode: 0644]