From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754862AbaIBQea (ORCPT ); Tue, 2 Sep 2014 12:34:30 -0400 Received: from fw-tnat.austin.arm.com ([217.140.110.23]:11531 "EHLO collaborate-mta1.arm.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754468AbaIBQe2 (ORCPT ); Tue, 2 Sep 2014 12:34:28 -0400 Date: Tue, 2 Sep 2014 17:34:14 +0100 From: Catalin Marinas To: Tomasz Nowicki Cc: Marc Zyngier , "hanjun.guo@linaro.org" , "Rafael J. Wysocki" , Mark Rutland , Olof Johansson , "grant.likely@linaro.org" , "graeme.gregory@linaro.org" , Arnd Bergmann , Sudeep Holla , Will Deacon , Jason Cooper , Bjorn Helgaas , Daniel Lezcano , Mark Brown , Rob Herring , Robert Richter , Lv Zheng , Robert Moore , Lorenzo Pieralisi , Liviu Dudau , Randy Dunlap , Charles Garcia-Tobin , "linux-acpi@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , "linaro-acpi@lists.linaro.org" Subject: Re: [PATCH v3 13/17] ARM64 / ACPI: Add GICv2 specific ACPI boot support Message-ID: <20140902163414.GJ27056@arm.com> References: <1409583475-6978-1-git-send-email-hanjun.guo@linaro.org> <1409583475-6978-14-git-send-email-hanjun.guo@linaro.org> <5404AE56.80801@arm.com> <5405AE95.1020201@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5405AE95.1020201@linaro.org> 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 Tue, Sep 02, 2014 at 12:48:37PM +0100, Tomasz Nowicki wrote: > On 01.09.2014 19:35, Marc Zyngier wrote: > > On 01/09/14 15:57, Hanjun Guo wrote: > >> From: Tomasz Nowicki > >> > >> ACPI kernel uses MADT table for proper GIC initialization. It needs to > >> parse GIC related subtables, collect CPU interface and distributor > >> addresses and call driver initialization function (which is hardware > >> abstraction agnostic). In a similar way, FDT initialize GICv1/2. > >> > >> NOTE: This commit allow to initialize GICv1/2 only. > > > > I cannot help but notice that there is no support for KVM here. It'd be > > good to add a note to that effect, so that people do not expect > > virtualization support to be working when booting with ACPI. > > yes, it is worth mentioning! It's also worth mentioning if there are any plans to fix this ;). -- Catalin