[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-devel] [PATCH v4 9/9] xen/arm: Implement toolstack for xl restore/save and migrate



On Fri, 2013-10-04 at 13:44 +0900, Jaeyong Yoo wrote:
>  TARGETS-y := xenperf xenpm xen-tmem-list-parse gtraceview gtracestat 
> xenlockprof xenwatchdogd xencov
>  TARGETS-$(CONFIG_X86) += xen-detect xen-hvmctx xen-hvmcrash xen-lowmemd 
> xen-mfndump
> +ifeq ($(CONFIG_X86),y)
>  TARGETS-$(CONFIG_MIGRATE) += xen-hptool
> +endif

I know this isn't your fault but I cannot imagine what xen-hptool
(memory hotplug tool) has to do with CONFIG_MIGRATE.

If it doesn't build for ARM better to make it use TARGETS-$(CONFIG_X86)
I think.

>  TARGETS := $(TARGETS-y)
>  
>  SUBDIRS := $(SUBDIRS-y)
> @@ -23,7 +25,9 @@ INSTALL_BIN := $(INSTALL_BIN-y)
>  INSTALL_SBIN-y := xen-bugtool xen-python-path xenperf xenpm 
> xen-tmem-list-parse gtraceview \
>       gtracestat xenlockprof xenwatchdogd xen-ringwatch xencov
>  INSTALL_SBIN-$(CONFIG_X86) += xen-hvmctx xen-hvmcrash xen-lowmemd xen-mfndump
> +ifeq ($(CONFIG_X86),y)
>  INSTALL_SBIN-$(CONFIG_MIGRATE) += xen-hptool
> +endif
>  INSTALL_SBIN := $(INSTALL_SBIN-y)
>  
>  INSTALL_PRIVBIN-y := xenpvnetboot



_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.