From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH DOCDAY v2] xen: write a high level description of the sub-arch choices for heap layout Date: Fri, 2 Oct 2015 12:18:06 +0100 Message-ID: <1443784686.11707.77.camel@citrix.com> References: <1443620163-11471-1-git-send-email-ian.campbell@citrix.com> <560C06D502000078000A720F@prv-mh.provo.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <560C06D502000078000A720F@prv-mh.provo.novell.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: Jan Beulich Cc: xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Wed, 2015-09-30 at 07:59 -0600, Jan Beulich wrote: > > > > On 30.09.15 at 15:36, wrote: > > The 3 options which (sub)arches have for the layout of their heaps is > > a little subtle (in particular the two CONFIG_SEPARATE_XENHEAP=n > > submodes) and can be a bit tricky to derive from the code. > > > > Therefore try and write down some guidance on what the various modes > > are. > > > > Note that this is intended more as a high level overview rather than a > > detailed guide to the full page allocator interfaces. > > > > Signed-off-by: Ian Campbell > > Acked-by: Jan Beulich > Applied, thanks.