From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: [PATCH 0 of 5] xl: fix guest reboot failures Date: Fri, 22 Jun 2012 11:56:49 +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: ian.jackson@eu.citrix.com, Dario Faggioli List-Id: xen-devel@lists.xenproject.org The following fixes recent test failures reboot a guest (e.g. flight 13302). The main fix is the first patch which stops us from trying to validate a domains scheduler paramters before it has been created. The others are miscellaneous fixes I noticed while tracking that down.