Re: [PATCH v4 04/13] ARM: KVM: Initial VGIC MMIO support code

2012-11-28 Thread Marc Zyngier
On 28/11/12 13:09, Will Deacon wrote: > On Sat, Nov 10, 2012 at 03:44:44PM +, Christoffer Dall wrote: >> From: Marc Zyngier >> >> Wire the initial in-kernel MMIO support code for the VGIC, used >> for the distributor emulation. > > [...] > >> diff --git a/arch/arm/kvm/vgic.c b/arch/arm/kvm/v

Re: [PATCH v4 04/13] ARM: KVM: Initial VGIC MMIO support code

2012-11-28 Thread Will Deacon
On Sat, Nov 10, 2012 at 03:44:44PM +, Christoffer Dall wrote: > From: Marc Zyngier > > Wire the initial in-kernel MMIO support code for the VGIC, used > for the distributor emulation. [...] > diff --git a/arch/arm/kvm/vgic.c b/arch/arm/kvm/vgic.c > new file mode 100644 > index 000..26ad

Re: [PATCH v4 04/13] ARM: KVM: Initial VGIC MMIO support code

2012-11-13 Thread Christoffer Dall
On Mon, Nov 12, 2012 at 3:54 AM, Dong Aisheng wrote: > On Sat, Nov 10, 2012 at 04:44:44PM +0100, Christoffer Dall wrote: >> From: Marc Zyngier >> >> Wire the initial in-kernel MMIO support code for the VGIC, used >> for the distributor emulation. >> >> Signed-off-by: Marc Zyngier >> Signed-off-b

Re: [PATCH v4 04/13] ARM: KVM: Initial VGIC MMIO support code

2012-11-12 Thread Dong Aisheng
On Sat, Nov 10, 2012 at 04:44:44PM +0100, Christoffer Dall wrote: > From: Marc Zyngier > > Wire the initial in-kernel MMIO support code for the VGIC, used > for the distributor emulation. > > Signed-off-by: Marc Zyngier > Signed-off-by: Christoffer Dall > --- > arch/arm/include/asm/kvm_vgic.h

[PATCH v4 04/13] ARM: KVM: Initial VGIC MMIO support code

2012-11-10 Thread Christoffer Dall
From: Marc Zyngier Wire the initial in-kernel MMIO support code for the VGIC, used for the distributor emulation. Signed-off-by: Marc Zyngier Signed-off-by: Christoffer Dall --- arch/arm/include/asm/kvm_vgic.h |6 +- arch/arm/kvm/Makefile |1 arch/arm/kvm/vgic.c