From: Doug Goldstein <cardoe@cardoe.com>
To: xen-devel@lists.xen.org
Cc: Ian Jackson <ian.jackson@eu.citrix.com>,
Ian Campbell <ian.campbell@citrix.com>
Subject: Re: [OSSTEST PATCH] pass --{enable, disable}-xsmpolicy based on XSM state
Date: Sat, 16 Jan 2016 14:50:51 -0600 [thread overview]
Message-ID: <569AAD2B.5020200@cardoe.com> (raw)
In-Reply-To: <1452781693-28525-1-git-send-email-cardoe@cardoe.com>
[-- Attachment #1.1: Type: text/plain, Size: 1756 bytes --]
On 1/14/16 8:28 AM, Doug Goldstein wrote:
> If the test should build with XSM then supply --enable-xsmpolicy to the
> tools/configure script otherwise provide --disable-xsmpolicy. This will
> allow the default to change from --enable-xsmpolicy to
> --disable-xsmpolicy in the Xen tree without breaking OSSTest.
>
> Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
> ---
> ts-xen-build | 6 +++++-
> 1 file changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/ts-xen-build b/ts-xen-build
> index bc4e41a..4812dff 100755
> --- a/ts-xen-build
> +++ b/ts-xen-build
> @@ -111,6 +111,7 @@ END
> sub build () {
> my $xend_opt= $r{enable_xend} =~ m/true/ ? "--enable-xend" : "--disable-xend";
> my $ovmf_opt= $r{enable_ovmf} =~ m/true/ ? "--enable-ovmf" : "--disable-ovmf";
> + my $xsm_opt= $r{enable_xsm} =~ m/true/ ? "--enable-xsmpolicy" : "--disable-xsmpolicy";
>
> my $configure_prefix = $r{cmdprefix_configure} // '';
> my $make_prefix = $r{cmdprefix_make} // '';
> @@ -123,8 +124,11 @@ sub build () {
> if grep -q -- $ovmf_opt tools/configure ; then
> ovmf=$ovmf_opt
> fi
> + if grep -q -- $xsm_opt tools/configure ; then
> + xsm=$xsm_opt
> + fi
> END
> - $configure_prefix ./configure --sysconfdir=/etc \$xend \$ovmf
> + $configure_prefix ./configure --sysconfdir=/etc \$xend \$ovmf \$xsm
> END
> fi
> END
>
Given the support of the maintainers and committers for the proposal
[1], this patch should NOT be applied.
[1]
http://lists.xenproject.org/archives/html/xen-devel/2016-01/msg01796.html
--
Doug Goldstein
[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 959 bytes --]
[-- Attachment #2: Type: text/plain, Size: 126 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
prev parent reply other threads:[~2016-01-16 20:50 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-13 19:30 [xen-unstable test] 77945: regressions - FAIL osstest service owner
2016-01-14 9:30 ` Jan Beulich
2016-01-14 11:42 ` Ian Campbell
2016-01-14 12:50 ` Jan Beulich
2016-01-14 13:57 ` Ian Campbell
2016-01-14 14:07 ` Doug Goldstein
2016-01-14 14:44 ` Ian Campbell
2016-01-14 14:54 ` Doug Goldstein
2016-01-14 14:48 ` Jan Beulich
2016-01-14 15:04 ` Doug Goldstein
2016-01-14 14:28 ` [OSSTEST PATCH] pass --{enable, disable}-xsmpolicy based on XSM state Doug Goldstein
2016-01-14 14:58 ` [OSSTEST PATCH] enable FLASK_ENABLE when using it for testing Doug Goldstein
2016-01-14 16:22 ` Ian Campbell
2016-01-14 16:34 ` Doug Goldstein
2016-01-14 16:27 ` [xen-unstable test] 77945: regressions - FAIL [and 2 more messages] Ian Jackson
2016-01-14 17:07 ` Doug Goldstein
2016-01-14 17:18 ` Ian Jackson
2016-01-14 17:25 ` Ian Campbell
2016-01-14 19:10 ` Doug Goldstein
2016-01-15 16:06 ` Jan Beulich
2016-01-15 17:06 ` Ian Campbell
2016-01-15 17:10 ` Ian Jackson
2016-01-15 17:15 ` Jan Beulich
2016-01-15 17:24 ` Andrew Cooper
2016-01-15 17:42 ` Ian Campbell
2016-01-18 7:49 ` Jan Beulich
2016-01-18 8:55 ` Andrew Cooper
2016-01-18 9:41 ` Ian Campbell
2016-01-18 9:47 ` Jan Beulich
2016-01-18 11:22 ` Ian Campbell
2016-01-18 11:28 ` Ian Jackson
2016-01-18 11:36 ` Ian Campbell
2016-01-18 12:09 ` Ian Campbell
2016-01-15 17:21 ` Doug Goldstein
2016-01-16 20:54 ` [OSSTEST PATCH] enable FLASK_ENABLE when using it for testing Doug Goldstein
2016-01-14 21:40 ` [OSSTEST PATCH] pass --{enable, disable}-xsmpolicy based on XSM state Doug Goldstein
2016-01-16 20:50 ` Doug Goldstein [this message]
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=569AAD2B.5020200@cardoe.com \
--to=cardoe@cardoe.com \
--cc=ian.campbell@citrix.com \
--cc=ian.jackson@eu.citrix.com \
--cc=xen-devel@lists.xen.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.