Starting from Xen 4.8 the hypervisor debug build is controlled by
Kconfig. Set it correctly in xen/.config.

Signed-off-by: Wei Liu <wei.l...@citrix.com>
---
 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

Reply via email to