From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: Criteria for dom0_gnttab_start Date: Tue, 21 Oct 2014 13:04:34 +0100 Message-ID: <1413893074.23337.31.camel@citrix.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Vijay Kilari Cc: Prasun Kapoor , Julien Grall , "xen-devel@lists.xen.org" , manishjaggi.oss@gmail.com, Stefano Stabellini List-Id: xen-devel@lists.xenproject.org On Tue, 2014-10-21 at 17:24 +0530, Vijay Kilari wrote: > Hi, > > What is the criteria for setting dom0_gnttab_start and size for a > platform. It simply needs to be an area of the IPA address space which is not populated by anything else. Since dom0's MMIO space is mapped 1:1 with the host PA address space it seems easiest/safest to find a hole in the real physical space and use that. If there is no such hole available then using the space occupied by some device which is not passed to dom0 (e.g. is blacklisted, or used by Xen) will suffice. For an arm32 platform it should be below 4G. Sizewise anything from 0x20000 should do. Alignmentwise I suppose 2M aligned would be preferable for the guest, but it's not mandatory. Ian. > Till now I am using default gnttab map > > Grant table range: 0x000000b0000000-0x000000b0020000 > > Regards > Vijay