On Wed, 21 Mar 2018, Andre Przywara wrote:
> Enable the VGIC operation by properly initialising the registers
> in the hypervisor GIC interface.
>
> This is based on Linux commit f7b6985cc3d0, written by Eric Auger.
>
> Signed-off-by: Andre Przywara
> Acked-by: Julien Grall
Acked-by: Stefano S
Enable the VGIC operation by properly initialising the registers
in the hypervisor GIC interface.
This is based on Linux commit f7b6985cc3d0, written by Eric Auger.
Signed-off-by: Andre Przywara
Acked-by: Julien Grall
---
Changelog v2 ... v3:
- replace "1" with "true" in boolean parameter
Chan