WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] Status of sedf?

To: Andy Lee <andylee@xxxxxxxx>
Subject: Re: [Xen-devel] Status of sedf?
From: Ross McIlroy <ross.mcilroy@xxxxxxxxx>
Date: Thu, 18 Aug 2005 22:23:57 +0100
Cc: Stephan Diestelhorst <sd386@xxxxxxxxx>, xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Thu, 18 Aug 2005 21:22:13 +0000
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=o5zMWlNsIG8Nkx0bK/cxMxR/stQpO2d88roITt6ILRq6j65J1hv+YCQOuoUMVAggt35/IahiidNDtbdBYeYtwJhWj0v7HfMrkmOrwReUALoXEJzqcB/uVK9Fhz47aTorkjiAXgS3mXdLKuWgubV/hYBYz6xLR3g9PMriEKRnpTM=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <6.1.2.0.2.20050818101008.083586e0@xxxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <6.1.2.0.2.20050806131339.054a8e40@xxxxxxxxxxxxxxx> <6.1.2.0.2.20050817125001.0468f220@xxxxxxxxxxxxxxx> <6.1.2.0.2.20050817193518.03091c30@xxxxxxxxxxxxxxx> <200508181533.36009.sd386@xxxxxxxxx> <6.1.2.0.2.20050818101008.083586e0@xxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
That sounds like a problem I was getting in Xen-unstable.  The patch I
submitted a day or two ago should fix it, but it might be different in
Xen-testing.  The patch is on the message:

http://lists.xensource.com/archives/html/xen-tools/2005-08/msg00094.html

Cheers

Ross


On 8/18/05, Andy Lee <andylee@xxxxxxxx> wrote:
> At 07:33 AM 8/18/2005, Stephan Diestelhorst wrote:
> 
> >On Thursday 18 August 2005 03:36, Andy Lee wrote:
> > > At 03:11 PM 8/17/2005, I wrote:
> > > >Sorry to report that the patch didn't work.  I applied the patch to my
> > > >Xen-2.0-testing tree and copied xen/common/sched_sedf.c from
> > > >Xen-unstable.  When compiling xen, sched_sedf.c generated these types of
> > > >errors:
> >
> >Outch. Now I see... For some reason (forgot to do 'hg add' ) sched_sedf.c
> >wasn't included. You can't use the unstable one, as it has a different naming
> >scheme.
> >
> >Attached is the patch, this time WITH sched_sedf.c
> 
> Also missing is xen-2.0-testing.hg/tools/libxc/xc_sedf.c - but this time, I
> was able to use the xc_sedf.c from the unstable tree!!!  :-)
> 
> It compiles, but I encountered this problem:
> 
> (Xen-2.0-testing)
> # xm list
> Name              Id  Mem(MB)  CPU  State  Time(s)  Console
> Domain-0           0      251    0  r----     14.1
> Sarge              1      127    0  -b---      3.1    9601
> 
> # xm sedf 1 0 0 0 1 128
> Error: (22, 'Invalid argument')
> 
> Last night, I also compiled xen-unstable to see how sedf works:
> 
> (Xen-unstable)
> # xm sedf 1 0 0 0 1 128
> Unexpected error: exceptions.TypeError
> 
> Please report to xen-devel@xxxxxxxxxxxxxxxxxxx
> Traceback (most recent call last):
>    File "/usr/sbin/xm", line 10, in ?
>      main.main(sys.argv)
>    File "/usr/lib/python/xen/xm/main.py", line 646, in main
>      rc = cmd(args)
>    File "/usr/lib/python/xen/xm/main.py", line 435, in xm_sedf
>      server.xend_domain_cpu_sedf_set(dom, *v)
> TypeError: xend_domain_cpu_sedf_set() takes exactly 7 arguments (6 given)
> 
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-devel
>

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>