From: Wei Liu <wei.liu2@citrix.com>
To: Xen-devel <xen-devel@lists.xenproject.org>
Cc: ian.jackson@eu.citrix.com, Wei Liu <wei.liu2@citrix.com>
Subject: [OSSTEST PATCH] ts-xen-build: set CONFIG_DEBUG for KConfig
Date: Tue, 1 Nov 2016 18:05:04 +0000 [thread overview]
Message-ID: <1478023504-1770-1-git-send-email-wei.liu2@citrix.com> (raw)
In-Reply-To: <22552.51543.402995.765616@mariner.uk.xensource.com>
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.liu2@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
next prev parent reply other threads:[~2016-11-01 18:05 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-31 17:09 [PATCH for-4.8 0/2] Disable debug build for hypervisor Wei Liu
2016-10-31 17:09 ` [PATCH for-4.8 1/2] xen: disable debug build Wei Liu
2016-10-31 17:09 ` [PATCH for-4.8 2/2] Config.mk: fix comment for debug option Wei Liu
2016-11-01 13:47 ` Wei Liu
2016-11-01 14:58 ` Andrew Cooper
2016-11-01 15:10 ` Wei Liu
2016-11-01 16:18 ` Jan Beulich
2016-11-01 16:20 ` Wei Liu
2016-11-01 16:33 ` Jan Beulich
2016-11-01 16:37 ` Wei Liu
2016-11-01 16:42 ` Jan Beulich
2016-11-01 16:56 ` Wei Liu
2016-11-01 16:56 ` Ian Jackson
2016-11-01 16:58 ` Andrew Cooper
2016-11-01 18:05 ` Wei Liu [this message]
2016-11-01 18:08 ` [OSSTEST PATCH] ts-xen-build: set CONFIG_DEBUG for KConfig Ian Jackson
2016-10-31 17:11 ` [PATCH for-4.8 0/2] Disable debug build for hypervisor Andrew Cooper
2016-10-31 17:23 ` Jan Beulich
2016-10-31 17:30 ` Konrad Rzeszutek Wilk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1478023504-1770-1-git-send-email-wei.liu2@citrix.com \
--to=wei.liu2@citrix.com \
--cc=ian.jackson@eu.citrix.com \
--cc=xen-devel@lists.xenproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).