From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [PATCH RFC 14/15] libxl: build a device tree for ARM guests Date: Tue, 15 Oct 2013 14:49:47 +0100 Message-ID: <525D47FB.1000306@linaro.org> References: <1381163944.21562.129.camel@kazak.uk.xensource.com> <1381164001-1446-14-git-send-email-ian.campbell@citrix.com> <525C7A28.7060003@linaro.org> <1381831218.21901.11.camel@kazak.uk.xensource.com> <525D41BD.802@linaro.org> <1381844037.21901.28.camel@kazak.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1381844037.21901.28.camel@kazak.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: stefano.stabellini@eu.citrix.com, tim@xen.org, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On 10/15/2013 02:33 PM, Ian Campbell wrote: > > Unless you have a use case for making this value changeable there is > nothing wrong with us picking a number and using it, I don't think there > is any TODO here. What about a large memory RAM for the domain? With this solution the only space available is between 0x80000000 (base ram address) and 0xb0000000 (base grant table). So we are limiting the domain to 768MB of RAM. I think this limitation should be at least documented somewhere. -- Julien Grall