From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Thibault Subject: Re: [RFC] Add stubdomain support Date: Mon, 11 Feb 2008 19:21:37 +0000 Message-ID: <20080211192137.GB4483@implementation> References: <20080211174038.GC9475@implementation.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Keir Fraser Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Keir Fraser, le Mon 11 Feb 2008 19:14:16 +0000, a écrit : > You hack the libxc headers a bit: is this because you need different > definitions of certain things in minios environment (seems unlikely for > things like memory barriers and page sizes) or because of namespace > conflicts? Conflicts. Actually they get defined to the same things... Maybe we could have these go to public Xen headers so as to be simply shared. > do you symlink out to libxc and so on, and store the object > files and build targets somewhere under stubdom/? Exactly, except for extras/mini-os for now because there are various subdirectories and by default it is not compiled in any other way. Samuel