[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH 3/3] tools: Move memshrtool from tests/ to misc/
On 13/01/2021 13:01, Ian Jackson wrote: > Andrew Cooper writes ("[PATCH 3/3] tools: Move memshrtool from tests/ to > misc/"): >> memshrtool is a tool for a human to use, rather than a test. Move it into >> misc/ as a more appropriate location to live. Also rename it to >> xen-memshare-tool > Acked-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> Thanks, but I expect that Gitlab will tell me that I broke the ARM build, by losing a "only build this for x86"-ism. I've folded this delta in to resolve: diff --git a/tools/misc/Makefile b/tools/misc/Makefile index fbe010a55a..1774ff014f 100644 --- a/tools/misc/Makefile +++ b/tools/misc/Makefile @@ -22,6 +22,7 @@ INSTALL_SBIN-$(CONFIG_MIGRATE) += xen-hptool INSTALL_SBIN-$(CONFIG_X86) += xen-hvmcrash INSTALL_SBIN-$(CONFIG_X86) += xen-hvmctx INSTALL_SBIN-$(CONFIG_X86) += xen-lowmemd +INSTALL_SBIN-$(CONFIG_X86) += xen-memshare-tool INSTALL_SBIN-$(CONFIG_X86) += xen-mfndump INSTALL_SBIN-$(CONFIG_X86) += xen-ucode INSTALL_SBIN += xencov @@ -32,7 +33,6 @@ INSTALL_SBIN += xenpm INSTALL_SBIN += xenwatchdogd INSTALL_SBIN += xen-access INSTALL_SBIN += xen-livepatch -INSTALL_SBIN += xen-memshare-tool INSTALL_SBIN += xen-diag INSTALL_SBIN += $(INSTALL_SBIN-y) ~Andrew
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |