Re: [PATCH v3 19/32] arm64: KVM: Plug the VGIC

2013-05-02 Thread Catalin Marinas
On Wed, Apr 24, 2013 at 12:43:21PM +0100, Marc Zyngier wrote: > On 24/04/13 00:00, Christoffer Dall wrote: > > On Mon, Apr 08, 2013 at 05:17:21PM +0100, Marc Zyngier wrote: > >> Add support for the in-kernel GIC emulation. The include file > >> is a complete duplicate of the 32bit one - something t

Re: [PATCH v3 19/32] arm64: KVM: Plug the VGIC

2013-04-24 Thread Marc Zyngier
On 24/04/13 00:00, Christoffer Dall wrote: > On Mon, Apr 08, 2013 at 05:17:21PM +0100, Marc Zyngier wrote: >> Add support for the in-kernel GIC emulation. The include file >> is a complete duplicate of the 32bit one - something to fix >> at one point. > > seems like something that should be fixed

Re: [PATCH v3 19/32] arm64: KVM: Plug the VGIC

2013-04-23 Thread Christoffer Dall
On Mon, Apr 08, 2013 at 05:17:21PM +0100, Marc Zyngier wrote: > Add support for the in-kernel GIC emulation. The include file > is a complete duplicate of the 32bit one - something to fix > at one point. seems like something that should be fixed sooner as opposed to later... Is it hard? > > Revi

[PATCH v3 19/32] arm64: KVM: Plug the VGIC

2013-04-08 Thread Marc Zyngier
Add support for the in-kernel GIC emulation. The include file is a complete duplicate of the 32bit one - something to fix at one point. Reviewed-by: Christopher Covington Signed-off-by: Marc Zyngier --- arch/arm64/include/asm/kvm_vgic.h | 156 ++ arch/arm64/k