From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v4.1 1/3] libxl/cpumap: Add xc_cpumap_[setcpu, clearcpu, testcpu] to complement xc_cpumap_alloc. Date: Fri, 8 May 2015 14:53:43 +0100 Message-ID: <1431093223.2660.461.camel@citrix.com> References: <1429795781-3813-1-git-send-email-konrad.wilk@oracle.com> <1429795781-3813-2-git-send-email-konrad.wilk@oracle.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 1Yqiit-000279-HY for xen-devel@lists.xenproject.org; Fri, 08 May 2015 13:53:51 +0000 In-Reply-To: <1429795781-3813-2-git-send-email-konrad.wilk@oracle.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: Konrad Rzeszutek Wilk Cc: george.dunlap@eu.citrix.com, ian.jackson@citrix.com, wei.liu2@citrix.com, xen-devel@lists.xenproject.org List-Id: xen-devel@lists.xenproject.org On Thu, 2015-04-23 at 09:29 -0400, Konrad Rzeszutek Wilk wrote: > We export the xc_cpumap_alloc but not the bit operations. > One could include 'xc_bitops.h' but that is naughty - so instead > we just export the proper functions to do it on the xc_cpumap_t > typedef. > > Signed-off-by: Konrad Rzeszutek Wilk Acked-by: Ian Campbell