From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: Re: [PATCH 8/8] arm: add dom0_mem command line argument Date: Wed, 14 Mar 2012 11:27:26 +0000 Message-ID: <4F60809E.50801@citrix.com> References: <1330448064-32267-1-git-send-email-david.vrabel@citrix.com> <1330448064-32267-9-git-send-email-david.vrabel@citrix.com> <1331722094.23971.393.camel@zakaz.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1331722094.23971.393.camel@zakaz.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell Cc: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org On 14/03/12 10:48, Ian Campbell wrote: > On Tue, 2012-02-28 at 16:54 +0000, David Vrabel wrote: >> From: David Vrabel >> >> Add a simple dom0_mem command line argument. It's not as flexible as >> the x86 equivalent (the 'max' and 'min' prefixes are not supported). > > I presume we'd want to support them in the future. Looks good as it > stands though. Yes. But I think this should be done at as part of a wider look at at moving some of the command line options to common code. David