From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v4 2/3] libxc/xentrace: Use xc_cpumap_t for xc_tbuf_set_cpu_mask Date: Wed, 15 Apr 2015 13:24:49 +0100 Message-ID: <1429100689.15516.251.camel@citrix.com> References: <1428108183-28538-1-git-send-email-konrad.wilk@oracle.com> <1428108183-28538-3-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.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1YiMNG-000868-Ha for xen-devel@lists.xenproject.org; Wed, 15 Apr 2015 12:24:58 +0000 In-Reply-To: <1428108183-28538-3-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 Fri, 2015-04-03 at 20:43 -0400, Konrad Rzeszutek Wilk wrote: > From: George Dunlap > > xentrace is the only caller at the moment. Split the cpu and event > mask setting out into seperate functions, but leave the current limit > of 32 bits for masks passed in from the command-line. > > Based on a patch from Konrad Rzeszutek Wilk > > Signed-off-by: George Dunlap > Signed-off-by: Konrad Rzeszutek Wilk Acked-by: Ian Campbell