From 66e03c8aeced1b9bc6473b0df3d8541ee884e624 Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Tue, 22 Dec 2015 09:44:44 -0600 Subject: [PATCH] retain the configuration that Xen was built with This should retain the .config file from the Kconfig process so that we know how this build of Xen was configured. Signed-off-by: Doug Goldstein Acked-by: Ian Campbell --- ts-xen-build | 1 + 1 file changed, 1 insertion(+) diff --git a/ts-xen-build b/ts-xen-build index b02e737..80b1faa 100755 --- a/ts-xen-build +++ b/ts-xen-build @@ -192,6 +192,7 @@ sub stash () { } built_stash_file($ho, $builddir, "xen-syms", "xen/xen/xen-syms", 1); built_stash_file($ho, $builddir, "xen-config", "xen/.config", 1); + built_stash_file($ho, $builddir, "xen-hv-config", "xen/xen/.config", 1); built_stash_file($ho, $builddir, "seabios-config", "xen/tools/firmware/seabios-dir-remote/.config", 1); built_compress_stashed("xen-syms"); -- 2.39.5