From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: [PATCH 0 of 3] libxl: tweak the cpupool interface slightly Date: Mon, 23 Jan 2012 14:43:08 +0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com Cc: ian.jackson@citrix.com, juergen.gross@ts.fujitsu.com List-Id: xen-devel@lists.xenproject.org Just a few changes I noticed while playing with cpupools on Friday. There is no need for both poolid and poolname in the libxl API. Remove poolname. Use libxl_cpupool_create not libxl_create_cpupool for consistency with other functions. Do not write "pool_name" to xenstore. I couldn't find any reader of this node but I left it till last so it can easily be dropped if necessary.