From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754484Ab2ITMDL (ORCPT ); Thu, 20 Sep 2012 08:03:11 -0400 Received: from smtp.ctxuk.citrix.com ([62.200.22.115]:45092 "EHLO SMTP.EU.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754217Ab2ITMDK (ORCPT ); Thu, 20 Sep 2012 08:03:10 -0400 X-IronPort-AV: E=Sophos;i="4.80,453,1344211200"; d="scan'208";a="14654661" Date: Thu, 20 Sep 2012 13:02:20 +0100 From: Stefano Stabellini X-X-Sender: sstabellini@kaball.uk.xensource.com To: Dave Martin CC: Pawel Moll , Stefano Stabellini , "linux-arm-kernel@lists.infradead.org" , "xen-devel@lists.xensource.com" , "linux-kernel@vger.kernel.org" , "konrad.wilk@oracle.com" , Ian Campbell Subject: Re: [PATCH] arm: introduce a DTS for Xen unprivileged virtual machines In-Reply-To: <20120920111815.GC2117@linaro.org> Message-ID: References: <1348076658-4511-1-git-send-email-stefano.stabellini@eu.citrix.com> <1348135563.11116.94.camel@hornet> <20120920111815.GC2117@linaro.org> User-Agent: Alpine 2.02 (DEB 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 Thu, 20 Sep 2012, Dave Martin wrote: > On Thu, Sep 20, 2012 at 11:06:03AM +0100, Pawel Moll wrote: > > Morning, > > > > On Wed, 2012-09-19 at 18:44 +0100, Stefano Stabellini wrote: > > > +/dts-v1/; > > > + > > > +/include/ "skeleton.dtsi" > > > > Any particular reason to include skeleton? And I think it would be > > better to use #address-cells = <2> and #size-cells = <2>, to be ready > > for LPAE addresses... > > > > > +/ { > > > + model = "XENVM-4.2"; > > > + compatible = "xen,xenvm-4.2", "arm,vexpress"; > > > + interrupt-parent = <&gic>; > > > + > > > + chosen { > > > + bootargs = "earlyprintk console=hvc0 root=/dev/xvda init=/sbin/init"; > > > + }; > > Are you sure this default command line is appropriate? > > I don't normally like to see default command lines unless they really > add something which is crucial for the board to work. > > None of those args looks vital to me. They are configuration choices > and should be left up to the user. Yes, you are right. I'll trim it down to "console=hvc0 root=/dev/xvda".