From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: [PATCH 0 of 3] libxl: make it possible to explicitly specify default sched params Date: Wed, 23 May 2012 10:26:47 +0100 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.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org Cc: Dario.Faggioli@citrix.com, Ian.Jackson@citrix.com, Juergen Gross , George.Dunlap@citrix.com List-Id: xen-devel@lists.xenproject.org This series defines a descriminating value for each scheduler paramter and uses it to fix a warning when starting a guest: "Cpu weight out of range, valid values are within range from 1 to 65535" It also cleans up a few things and adds some convience interfaces for cpupools. I'm slightly reticent about this change during the freeze, but since it fixes a warning which needs to be fixed for release and makes (useful, I think) changes to the libxl API I think it is ok.