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 <jgr...@suse.com> > --- > 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@lists.xen.org http://lists.xen.org/xen-devel