Re: [PATCH v4 06/13] ARM: KVM: VGIC distributor handling

2012-11-28 Thread Will Deacon
On Sat, Nov 10, 2012 at 03:44:58PM +, Christoffer Dall wrote: From: Marc Zyngier marc.zyng...@arm.com Add the GIC distributor emulation code. A number of the GIC features are simply ignored as they are not required to boot a Linux guest. Signed-off-by: Marc Zyngier marc.zyng...@arm.com

Re: [PATCH v4 06/13] ARM: KVM: VGIC distributor handling

2012-11-28 Thread Marc Zyngier
On 28/11/12 13:21, Will Deacon wrote: On Sat, Nov 10, 2012 at 03:44:58PM +, Christoffer Dall wrote: From: Marc Zyngier marc.zyng...@arm.com Add the GIC distributor emulation code. A number of the GIC features are simply ignored as they are not required to boot a Linux guest.

Re: [PATCH v4 06/13] ARM: KVM: VGIC distributor handling

2012-11-13 Thread Christoffer Dall
On Mon, Nov 12, 2012 at 4:29 AM, Dong Aisheng b29...@freescale.com wrote: On Sat, Nov 10, 2012 at 04:44:58PM +0100, Christoffer Dall wrote: [...] @@ -141,7 +519,98 @@ struct mmio_range *find_matching_range(const struct mmio_range *ranges, */ bool vgic_handle_mmio(struct kvm_vcpu *vcpu,

Re: [PATCH v4 06/13] ARM: KVM: VGIC distributor handling

2012-11-12 Thread Dong Aisheng
On Sat, Nov 10, 2012 at 04:44:58PM +0100, Christoffer Dall wrote: [...] @@ -141,7 +519,98 @@ struct mmio_range *find_matching_range(const struct mmio_range *ranges, */ bool vgic_handle_mmio(struct kvm_vcpu *vcpu, struct kvm_run *run, struct kvm_exit_mmio *mmio) { - return

[PATCH v4 06/13] ARM: KVM: VGIC distributor handling

2012-11-10 Thread Christoffer Dall
From: Marc Zyngier marc.zyng...@arm.com Add the GIC distributor emulation code. A number of the GIC features are simply ignored as they are not required to boot a Linux guest. Signed-off-by: Marc Zyngier marc.zyng...@arm.com Signed-off-by: Christoffer Dall c.d...@virtualopensystems.com ---