Re: [RFC 1/7] hypervisor: Move GIC v3 to arm-common

2017-07-23 Thread Jan Kiszka
Even if obvious for the writer, a commit log is always welcome. This one could state that it prepares for reuse on arm64 but will not work yet. On 2017-07-20 11:19, 'Nikhil Devshatwar' via Jailhouse wrote: > Signed-off-by: Nikhil Devshatwar > --- >

[RFC 1/7] hypervisor: Move GIC v3 to arm-common

2017-07-20 Thread 'Nikhil Devshatwar' via Jailhouse
Signed-off-by: Nikhil Devshatwar --- hypervisor/arch/arm-common/Kbuild | 1 + hypervisor/arch/arm-common/gic-v3.c | 456 hypervisor/arch/arm-common/include/asm/gic_v3.h | 269 ++ hypervisor/arch/arm/Kbuild