From mboxrd@z Thu Jan 1 00:00:00 1970 From: AKASHI Takahiro Subject: Re: [PATCH] KVM: arm64: add gic-400 compatible Date: Thu, 02 Apr 2015 16:47:21 +0900 Message-ID: <551CF409.1090707@linaro.org> References: <20140908222144.4967.80301.stgit@joelaarch64.amd.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: Christoffer Dall To: Joel Schopp , kvmarm@lists.cs.columbia.edu, linux-arm-kernel@lists.infradead.org, kvm@vger.kernel.org Return-path: Received: from mail-pd0-f179.google.com ([209.85.192.179]:33457 "EHLO mail-pd0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752342AbbDBHr2 (ORCPT ); Thu, 2 Apr 2015 03:47:28 -0400 Received: by pdbnk13 with SMTP id nk13so1445602pdb.0 for ; Thu, 02 Apr 2015 00:47:28 -0700 (PDT) In-Reply-To: <20140908222144.4967.80301.stgit@joelaarch64.amd.com> Sender: kvm-owner@vger.kernel.org List-ID: 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 changed, 1 insertion(+) > > diff --git a/virt/kvm/arm/vgic.c b/virt/kvm/arm/vgic.c > index 73eba79..e81444e 100644 > --- a/virt/kvm/arm/vgic.c > +++ b/virt/kvm/arm/vgic.c > @@ -1550,6 +1550,7 @@ static struct notifier_block vgic_cpu_nb = { > > static const struct of_device_id vgic_ids[] = { > { .compatible = "arm,cortex-a15-gic", .data = vgic_v2_probe, }, > + { .compatible = "arm,gic-400", .data = vgic_v2_probe, }, > { .compatible = "arm,gic-v3", .data = vgic_v3_probe, }, > {}, > }; > > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel >