From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Thibault Subject: Re: [PATCH] Scheduling groups, tool support Date: Mon, 17 Dec 2007 11:43:37 +0000 Message-ID: <20071217114336.GE4614@implementation.uk.xensource.com> References: <20071129202252.GE12559@silverwood.ncultra.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Content-Disposition: inline In-Reply-To: <20071129202252.GE12559@silverwood.ncultra.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "Mike D. Day" Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Hi, Mike D. Day, le Thu 29 Nov 2007 15:22:52 -0500, a écrit : > However, after updtates to xen-unstable on May 3, the sched-group > command started failing in xend with an attribute error. This is because your additional functions in libxc/xc_domain.c don't fill domctl.domain, which hence remains random, while xen checks that this is a valid domain ID. Samuel