From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1162671Ab3DETll (ORCPT ); Fri, 5 Apr 2013 15:41:41 -0400 Received: from mail-qe0-f51.google.com ([209.85.128.51]:41427 "EHLO mail-qe0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1162654Ab3DETlj (ORCPT ); Fri, 5 Apr 2013 15:41:39 -0400 Date: Fri, 5 Apr 2013 15:41:36 -0400 (EDT) From: Nicolas Pitre To: Stefano Stabellini cc: "xen-devel@lists.xensource.com" , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "will.deacon@arm.com" , "arnd@arndb.de" , "rob.herring@calxeda.com" Subject: Re: [PATCH v6 4/4] xen/arm: introduce xen_early_init, use PSCI on xen In-Reply-To: Message-ID: References: <1365167495-18508-4-git-send-email-stefano.stabellini@eu.citrix.com> User-Agent: Alpine 2.03 (LFD 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 5 Apr 2013, Stefano Stabellini wrote: > On Fri, 5 Apr 2013, Stefano Stabellini wrote: > > - we are running on Xen > > Xen is running on the platform, we are running as a guest on Xen and an > > hypervisor node is available on device tree. > > Let's also assume that there aren't any "arm,cci" compatible nodes on > > device tree because Xen wouldn't export this kind of information to any > > guests right now. Therefore PSCI should be used to boot secondary cpus. > > Just in case this isn't clear enough: we don't have big.LITTLE support > in Xen right now, not in the hypervisor and certainly not in guests. > I'm keen on having big.LITTLE support in the hypervisor (thus some > code similar to your MCPM patch series will probably end up in Xen at > some point) but I doubt we'll expose big.LITTLE to guests any time > soon. It's going to be years, so I am not particularly worried about > it right now. I fully understand that it is unlikely that a Xen guest will "see" a big.LITTLE environment in the near future. My concern is about a kernel that is _configured_ to run either on a native VExpress machine that might or might not be b.L, or as a Xen guest, in the same zImage binary. Nicolas