From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linda Subject: Re: [PATCH v6] libxl: provide libxl_bitmap_{or,and} Date: Wed, 15 Apr 2015 10:26:41 -0600 Message-ID: <552E9141.8050406@jma3.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> <552E802F.2050608@jma3.com> <20150415155035.GG8128@zion.uk.xensource.com> <1429113292.15516.340.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1YiQ9P-0002s1-M5 for xen-devel@lists.xenproject.org; Wed, 15 Apr 2015 16:26:55 +0000 In-Reply-To: <1429113292.15516.340.camel@citrix.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: Ian Campbell , Wei Liu Cc: julien.grall@citrix.com, xen-devel@lists.xenproject.org, stefano.stabellini@eu.citrix.com, ian.jackson@citrix.com List-Id: xen-devel@lists.xenproject.org On 4/15/2015 9:54 AM, Ian Campbell wrote: > On Wed, 2015-04-15 at 16:50 +0100, Wei Liu wrote: >> On Wed, Apr 15, 2015 at 09:13:51AM -0600, Linda wrote: >>> When adding the HAVE macro, is there a protocol on where in libxl.h, this >>> one should be placed? They appear to be fairly spread out through the file. >>> >> You can place it near the top. > But not right at the top! Just stick it next to an arbitrary existing > one. Will do. Linda Jacobson > >