Anthony Liguori
2005-Aug-24 20:34 UTC
[Xen-devel] [PATCH 2/2] Factor libxenbuild out of libxenctrl
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 haven''t tested with IA64, hopefully that build doesn''t break. This patch depends on the previous patch submitted. Regards, Anthony Liguori _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Christian Limpach
2005-Aug-25 00:54 UTC
[Xen-devel] Re: [PATCH 2/2] Factor libxenbuild out of libxenctrl
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. christian> > I haven''t tested with IA64, hopefully that build doesn''t break. This > patch depends on the previous patch submitted. > > Regards, > > Anthony Liguori_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Anthony Liguori
2005-Aug-25 02:05 UTC
[Xen-devel] Re: [PATCH 2/2] Factor libxenbuild out of libxenctrl
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 >> >> > > > > >_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel