Re: [PATCH 1/5] arm/arm64: KVM: vgic: move reset initialization into vgic_init_maps()

2014-12-11 Thread Marc Zyngier
On 11/12/14 11:48, Christoffer Dall wrote: > On Wed, Dec 10, 2014 at 11:11:41AM +0100, Eric Auger wrote: >> Hi Christoffer, >> Reviewed-by: Eric Auger >> see few comments below. >> On 12/09/2014 04:44 PM, Christoffer Dall wrote: >>> From: Peter Maydell >>> >>> VGIC initialization currently happen

Re: [PATCH 1/5] arm/arm64: KVM: vgic: move reset initialization into vgic_init_maps()

2014-12-11 Thread Christoffer Dall
On Wed, Dec 10, 2014 at 11:11:41AM +0100, Eric Auger wrote: > Hi Christoffer, > Reviewed-by: Eric Auger > see few comments below. > On 12/09/2014 04:44 PM, Christoffer Dall wrote: > > From: Peter Maydell > > > > VGIC initialization currently happens in three phases: > > (1) kvm_vgic_create() (t

Re: [PATCH 1/5] arm/arm64: KVM: vgic: move reset initialization into vgic_init_maps()

2014-12-10 Thread Eric Auger
Hi Christoffer, Reviewed-by: Eric Auger see few comments below. On 12/09/2014 04:44 PM, Christoffer Dall wrote: > From: Peter Maydell > > VGIC initialization currently happens in three phases: > (1) kvm_vgic_create() (triggered by userspace GIC creation) > (2) vgic_init_maps() (triggered by us

[PATCH 1/5] arm/arm64: KVM: vgic: move reset initialization into vgic_init_maps()

2014-12-09 Thread Christoffer Dall
From: Peter Maydell VGIC initialization currently happens in three phases: (1) kvm_vgic_create() (triggered by userspace GIC creation) (2) vgic_init_maps() (triggered by userspace GIC register read/write requests, or from kvm_vgic_init() if not already run) (3) kvm_vgic_init() (triggered