Re: [PATCH] KVM: arm64: add gic-400 compatible

2015-04-02 Thread Mark Rutland
Hi, On Thu, Apr 02, 2015 at 08:47:21AM +0100, AKASHI Takahiro wrote: > Ping. > This patch was acked but has never been merged? There's a more complete patch in the kvmarm tree, queued for 4.1 [1]. It adds both "arm,gic-400" and "arm,cortex-a7-gic". Mark. [1] https://git.kernel.org/cgit/linux/k

Re: [PATCH] KVM: arm64: add gic-400 compatible

2015-04-02 Thread AKASHI Takahiro
Ping. This patch was acked but has never been merged? -Takahiro AKASHI On 09/09/2014 07:21 AM, Joel Schopp wrote: Add a one liner to identify the gic-400. It's gicv2 with optional MSI extensions. Cc: Christoffer Dall Signed-off-by: Joel Schopp --- virt/kvm/arm/vgic.c |1 + 1 file ch

Re: [PATCH] KVM: arm64: add gic-400 compatible

2014-09-11 Thread Christoffer Dall
On Mon, Sep 08, 2014 at 10:21:44PM +, Joel Schopp wrote: > Add a one liner to identify the gic-400. It's gicv2 with optional MSI > extensions. > > Cc: Christoffer Dall > Signed-off-by: Joel Schopp > --- > virt/kvm/arm/vgic.c |1 + > 1 file changed, 1 insertion(+) > > diff --git a/vir

Re: [PATCH] KVM: arm64: add gic-400 compatible

2014-09-09 Thread Mark Rutland
On Mon, Sep 08, 2014 at 11:21:44PM +0100, Joel Schopp wrote: > Add a one liner to identify the gic-400. It's gicv2 with optional MSI > extensions. > > Cc: Christoffer Dall > Signed-off-by: Joel Schopp > --- > virt/kvm/arm/vgic.c |1 + > 1 file changed, 1 insertion(+) > > diff --git a/vir

[PATCH] KVM: arm64: add gic-400 compatible

2014-09-08 Thread Joel Schopp
Add a one liner to identify the gic-400. It's gicv2 with optional MSI extensions. Cc: Christoffer Dall Signed-off-by: Joel Schopp --- virt/kvm/arm/vgic.c |1 + 1 file changed, 1 insertion(+) diff --git a/virt/kvm/arm/vgic.c b/virt/kvm/arm/vgic.c index 73eba79..e81444e 100644 --- a/virt/k