[PATCH v2 5/8] arm: finish VGIC initialisation explicitly

2015-06-05 Thread Andre Przywara
Since Linux 3.19-rc1 there is a new API to explicitly initialise the in-kernel GIC emulation by a userland KVM device call. Use that to tell the kernel we are finished with the GIC initialisation, since the automatic GIC init will only be provided as a legacy functionality in the future. Signed-of

Re: [PATCH v2 5/8] arm: finish VGIC initialisation explicitly

2015-06-10 Thread Marc Zyngier
On 05/06/15 09:37, Andre Przywara wrote: > Since Linux 3.19-rc1 there is a new API to explicitly initialise > the in-kernel GIC emulation by a userland KVM device call. > Use that to tell the kernel we are finished with the GIC > initialisation, since the automatic GIC init will only be provided >