Hi, I''m trying to test some changes of mine to libxc and python/xc.c, does it requires a boot any time I''m trying to test them? What are your development practices? Thanks, David. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
On 11/12/06 09:21, "David Pilger" <pilger.david@gmail.com> wrote:> I''m trying to test some changes of mine to libxc and python/xc.c, does > it requires a boot any time I''m trying to test them? > > What are your development practices?I do xend stop; make install (in tools directory); xend start. This will work for anything except xenconsoled and xenstored which are not restarted by xend stop/start. -- Keir _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Hi, I''m sorry... The problem was actually with the python directory, I used XEN_PYTHON_NATIVE_INSTALL... Thanks! On 12/11/06, Keir Fraser <keir@xensource.com> wrote:> > > > On 11/12/06 09:21, "David Pilger" <pilger.david@gmail.com> wrote: > > > I''m trying to test some changes of mine to libxc and python/xc.c, does > > it requires a boot any time I''m trying to test them? > > > > What are your development practices? > > I do xend stop; make install (in tools directory); xend start. This will > work for anything except xenconsoled and xenstored which are not restarted > by xend stop/start. > > -- Keir > >_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel