From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v6] libxl: provide libxl_bitmap_{or,and} Date: Wed, 15 Apr 2015 17:44:27 +0100 Message-ID: <1429116267.25195.23.camel@citrix.com> References: <1429098311-30180-1-git-send-email-lindaj@jma3.com> <1429101914.15516.262.camel@citrix.com> <20150415131550.GC8128@zion.uk.xensource.com> <1429104550.15516.287.camel@citrix.com> <20150415134147.GD8128@zion.uk.xensource.com> <552E93FB.4040008@jma3.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1YiQQp-00060H-3Y for xen-devel@lists.xenproject.org; Wed, 15 Apr 2015 16:44:55 +0000 In-Reply-To: <552E93FB.4040008@jma3.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: Linda Cc: julien.grall@citrix.com, xen-devel@lists.xenproject.org, ian.jackson@citrix.com, Wei Liu , stefano.stabellini@eu.citrix.com List-Id: xen-devel@lists.xenproject.org On Wed, 2015-04-15 at 10:38 -0600, Linda wrote: Please stop top posting. > BTW who changes the configure file to test for the HAVE_ macros? Nobody, this is purely for the benefit of external callers of the library. No code in xen.git should ever check this #define (with a few exceptions which do not apply here). Ian.