Re: [Xen-devel] [OSSTEST PATCH] ts-xen-build: set CONFIG_DEBUG for KConfig

2016-11-01 Thread Ian Jackson
Wei Liu writes ("[OSSTEST PATCH] ts-xen-build: set CONFIG_DEBUG for KConfig"):
> Starting from Xen 4.8 the hypervisor debug build is controlled by
> Kconfig. Set it correctly in xen/.config.
> 
> Signed-off-by: Wei Liu 

Acked-by: Ian Jackson 

Thanks.  Pushed to osstest pretest.

Ian.

___
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel


[Xen-devel] [OSSTEST PATCH] ts-xen-build: set CONFIG_DEBUG for KConfig

2016-11-01 Thread Wei Liu
Starting from Xen 4.8 the hypervisor debug build is controlled by
Kconfig. Set it correctly in xen/.config.

Signed-off-by: Wei Liu 
---
 ts-xen-build | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ts-xen-build b/ts-xen-build
index 07a69ec..3e53d74 100755
--- a/ts-xen-build
+++ b/ts-xen-build
@@ -86,6 +86,7 @@ END
if test -f xen/Kconfig; then
echo >>xen/.config CONFIG_XSM='${build_xsm}'
echo >>xen/.config CONFIG_FLASK='${build_xsm}'
+   echo >>xen/.config CONFIG_DEBUG=$debug_build
fi
echo >>.config XSM_ENABLE='${build_xsm}'
 END
-- 
2.1.4


___
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel