From mboxrd@z Thu Jan 1 00:00:00 1970 From: Doug Goldstein Subject: Re: [OSSTEST PATCH] pass --{enable, disable}-xsmpolicy based on XSM state Date: Sat, 16 Jan 2016 14:50:51 -0600 Message-ID: <569AAD2B.5020200@cardoe.com> References: <1452781693-28525-1-git-send-email-cardoe@cardoe.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4052066788141777419==" Return-path: In-Reply-To: <1452781693-28525-1-git-send-email-cardoe@cardoe.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org Cc: Ian Jackson , Ian Campbell List-Id: xen-devel@lists.xenproject.org This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --===============4052066788141777419== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="JW4f3egS5aKxCOLCXvvLeLVriM5unba60" This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --JW4f3egS5aKxCOLCXvvLeLVriM5unba60 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable 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. >=20 > Signed-off-by: Doug Goldstein > --- > ts-xen-build | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) >=20 > 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=3D $r{enable_xend} =3D~ m/true/ ? "--enable-xend" : "= --disable-xend"; > my $ovmf_opt=3D $r{enable_ovmf} =3D~ m/true/ ? "--enable-ovmf" : "= --disable-ovmf"; > + my $xsm_opt=3D $r{enable_xsm} =3D~ m/true/ ? "--enable-xsmpolicy" = : "--disable-xsmpolicy"; > =20 > my $configure_prefix =3D $r{cmdprefix_configure} // ''; > my $make_prefix =3D $r{cmdprefix_make} // ''; > @@ -123,8 +124,11 @@ sub build () { > if grep -q -- $ovmf_opt tools/configure ; then > ovmf=3D$ovmf_opt > fi > + if grep -q -- $xsm_opt tools/configure ; then > + xsm=3D$xsm_opt > + fi > END > - $configure_prefix ./configure --sysconfdir=3D/etc \$xen= d \$ovmf > + $configure_prefix ./configure --sysconfdir=3D/etc \$xen= d \$ovmf \$xsm > END > fi > END >=20 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= --=20 Doug Goldstein --JW4f3egS5aKxCOLCXvvLeLVriM5unba60 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0 iQJ8BAEBCgBmBQJWmq0uXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRBNTM5MEQ2RTNFMTkyNzlCNzVDMzIwOTVB MkJDMDNEQzg3RUQxQkQ0AAoJEKK8A9yH7RvUCrQP/3lzi2WSA7+kjjvpNVoZ5XAJ 30/tpnJqkx2/bDpnzOVQYDCRgNZ1hPDKqCNEeviY5wDByRyFBi0OQ7FxLATacvFl MfGgapwl+CaLF0a51sewIj0e+DzJLrEpJHXfPH14IseF1RWQ0LEG0iiD5ukpE3R5 bWe//C4kycbUgsgZybjN7GO0EDtMp1yHRAaCG64HuPoyDHslZz7c0LB1cP5+q9Ta lLJ8oe+I+UJkioCqOOO5oxOBMW91qVGKsJs4FL0r8Au+Iv7DE9cYlgiLrYv7ThO2 W1oZOBheFOgAbb4AwGHYtiYmwyK2vd9PLrMsyuN6+IdCkFZv3FBy2QNb7jwm4AH+ okvFeIQmyn+u7Afy2UuNvOZxOkd5vLOCt1/ioDi17ziKVN2rT3Meyfie5f+wE6PR y1uRVN/hdE8OL+Rfl74q6Mss1CVCFwZ4vAFzJCfOE1kfL6/VElp/+rjImVQimX+B Ht1H5rg/nFnbrO/0HjJjQoBGhv7up1/cINl0bI5utownJ0ululUfSzz0nU6NLADC jiJ3EU/U/KQrKyzhjJuTwClb0Fj9zYGcbXWa9STkowbAMqxQeFFony1S/g3DU+p4 xrBJJ+d42pseWw9CwSmdk6qOYzLENVj1OmSCRzv0S6nqXR44gF6Z2aE0u1Umny0b NjGD7CTg9g9Q3nEWmy3/ =yB/e -----END PGP SIGNATURE----- --JW4f3egS5aKxCOLCXvvLeLVriM5unba60-- --===============4052066788141777419== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel --===============4052066788141777419==--