[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2 05/13] libxl: move xen-init-dom0 to tools/helpers
On Fri, 2015-12-18 at 14:14 +0100, Juergen Gross wrote: > Move xen-init-dom0 from tools/libxl to tools/helpers, as it is just a > helper program. > > Signed-off-by: Juergen Gross <jgross@xxxxxxxx> > --- > Âtools/helpers/MakefileÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ| 10 ++++++++++ > Âtools/{libxl => helpers}/xen-init-dom0.c |ÂÂ0 > Âtools/libxl/MakefileÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ| 14 +++----------- > Â3 files changed, 13 insertions(+), 11 deletions(-) > Ârename tools/{libxl => helpers}/xen-init-dom0.c (100%) > > diff --git a/tools/helpers/Makefile b/tools/helpers/Makefile > index 52347fd..92aead4 100644 > --- a/tools/helpers/Makefile > +++ b/tools/helpers/Makefile > @@ -5,10 +5,16 @@ > ÂXEN_ROOT = $(CURDIR)/../.. > Âinclude $(XEN_ROOT)/tools/Rules.mk > Â > +PROGS += xen-init-dom0 > Âifeq ($(CONFIG_Linux),y) > ÂPROGS += init-xenstore-domain > Âendif > Â > +XEN_INIT_DOM0_OBJS = xen-init-dom0.o > +$(XEN_INIT_DOM0_OBJS): CFLAGS += $(CFLAGS_libxenctrl) I think the only use of this was for the xtl_* interfaces, which are now in libxentoollog.h (with a compat include via xenctrl.h). Would you mind switching the tool over to use xentoollog directly (perhaps in a separate patch)? Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |