[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 06/01/16 17:12, Ian Campbell wrote: > 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)? Will do. Juergen _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |