From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753496AbbCKMnq (ORCPT ); Wed, 11 Mar 2015 08:43:46 -0400 Received: from mail-lb0-f177.google.com ([209.85.217.177]:46687 "EHLO mail-lb0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753451AbbCKMn1 (ORCPT ); Wed, 11 Mar 2015 08:43:27 -0400 Date: Wed, 11 Mar 2015 13:43:44 +0100 From: Christoffer Dall To: Mark Rutland 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 Subject: Re: [PATCH] KVM: vgic: add virt-capable compatible strings 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 Content-Disposition: inline In-Reply-To: <1425566864-5509-1-git-send-email-mark.rutland@arm.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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