From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: --enable-xsm ? Date: Thu, 15 Jan 2015 13:20:13 -0500 Message-ID: <20150115182012.GG31562@konrad-lan.dumpdata.com> References: <20150113192758.GA30253@localhost.localdomain> <54B5838A.5020205@tycho.nsa.gov> <54B63FAD0200007800054A4C@mail.emea.novell.com> <20150114183909.GB2013@l.oracle.com> <1421314845.19103.303.camel@citrix.com> <54B7F080.2030502@terremark.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1YBp1x-0003xi-OD for xen-devel@lists.xenproject.org; Thu, 15 Jan 2015 18:20:29 +0000 Content-Disposition: inline In-Reply-To: <54B7F080.2030502@terremark.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: Don Slutz Cc: xen-devel@lists.xenproject.org, Daniel De Graaf , Ian Campbell , Jan Beulich List-Id: xen-devel@lists.xenproject.org On Thu, Jan 15, 2015 at 11:53:20AM -0500, Don Slutz wrote: > On 01/15/15 04:40, Ian Campbell wrote: > >On Wed, 2015-01-14 at 13:39 -0500, Konrad Rzeszutek Wilk wrote: > >>On Wed, Jan 14, 2015 at 09:06:37AM +0000, Jan Beulich wrote: > >>>>>>On 13.01.15 at 21:43, wrote: > >>>>On 01/13/2015 02:27 PM, Konrad Rzeszutek Wilk wrote: > >>>>>I was wondering if there would be any plans for configure.ac > >>>>>(or the m4 scripts) to have an --enable-xsm which would set > >>>>>XSM_ENABLE (or FLASK_ENABLE) to true? > >>>>> > >>>>>Right now by default to build with XSM one has to manually change > >>>>>the Config.mk ENABLE_XSM option to 'y'. > > This is not strictly true. I see the option as XSM_ENABLE. And > > docs/misc/xsm-flask.txt > > correctly states that a .config file can specify this. Also you can add > XSM_ENABLE=y to the make command line. > > And in bash, export XSM_ENABLE=y works. All of these work without > a manual change to Config.mk That is right. I totally forgot about that :-) Will use that to make sure I build with XSM enabled. Thanks!