From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: [PATCH 0 of 5 V2] libxl: make it possible to explicitly specify default sched params Date: Tue, 29 May 2012 14:56:58 +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. Big change since v1 is to combine all the domain sched paramter's set/get functions into a single pair of set/get. Also the distinguished default values are all now -1.