From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: Re: [PATCH 2/2] Factor libxenbuild out of libxenctrl Date: Wed, 24 Aug 2005 21:05:19 -0500 Message-ID: <430D275F.2060409@us.ibm.com> References: <430CD9BA.5070003@us.ibm.com> <20050825005423.GQ21194@cl.cam.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20050825005423.GQ21194@cl.cam.ac.uk> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Christian Limpach Cc: xen-devel List-Id: xen-devel@lists.xenproject.org Christian Limpach wrote: >On Wed, Aug 24, 2005 at 03:34:02PM -0500, Anthony Liguori wrote: > > >>This patch moves the building, save, and restore code to a seperate >>library (libxenbuild). This hasn't been done in a very clean way (since >>the header dependencies are pretty nightmarish in libxc right now) but >>this is something we can start from. >> >> > >I've applied this and done a first pass at cleaning it up some more, >moving a few more things into libxenguest and exporting a few additional >functions from libxenctrl which were static inline in xc_private.h before. > > Thanks Christian! Sorry, I had a brain slip and named it xenbuild instead of xenguest :-) I know there is a bunch more cleanup to do but I wanted to get something to start with. Regards, Anthony Liguori > christian > > > >>I haven't tested with IA64, hopefully that build doesn't break. This >>patch depends on the previous patch submitted. >> >>Regards, >> >>Anthony Liguori >> >> > > > > >