From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoffer Dall Subject: Re: [PATCH] KVM: vgic: add virt-capable compatible strings Date: Wed, 11 Mar 2015 13:43:44 +0100 Message-ID: <20150311124344.GA14799@cbox> References: <1425566864-5509-1-git-send-email-mark.rutland@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvmarm@lists.cs.columbia.edu, linux-arm-kernel@lists.infradead.org, kvm@vger.kernel.org, linux-kernel@vger.kernel.org, Andre Przywara , Marc Zyngier , Michal Simek To: Mark Rutland Return-path: Content-Disposition: inline In-Reply-To: <1425566864-5509-1-git-send-email-mark.rutland@arm.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On Thu, Mar 05, 2015 at 02:47:44PM +0000, Mark Rutland wrote: > Several dts only list "arm,cortex-a7-gic" or "arm,gic-400" in their GIC > compatible list, and while this is correct (and supported by the GIC > driver), KVM will fail to detect that it can support these cases. > > This patch adds the missing strings to the VGIC code. The of_device_id > entries are padded to keep the probe fucntion data aligned. > > Signed-off-by: Mark Rutland > Cc: Andre Przywara > Cc: Christoffer Dall > Cc: Marc Zyngier > Cc: Michal Simek Applied, thanks. -Christoffer