From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andi Kleen Subject: Re: Re: [PATCH 1/6][RESEND] xen: Add NUMA support to Xen Date: Wed, 17 May 2006 20:07:49 +0200 Message-ID: <200605172007.49968.ak@suse.de> References: <20060501215648.GU16776@us.ibm.com> <25076f74e546e868c489e384ee838e2e@cl.cam.ac.uk> <20060517172124.GO16876@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20060517172124.GO16876@us.ibm.com> Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com Cc: Ryan Harper , Ryan Grimm List-Id: xen-devel@lists.xenproject.org a hacky halfway house between Linux and Xen, etc). > > Is there an equivalent function in Xen for > linux/arch/x86_64/kernel/e820.c:find_e820_area() ? If not it should be easy to port. Most likely you can just use the x86-64 one after a few s/long/u64/ > Is this something we should do in Xen, or can we just have a static > array of structures which hold the node information? Sooner or late you will need local per node state for the allocator. You can do the infrastructure for that right now -Andi