From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Ayres Subject: Re: [Xen-changelog] New weighted fair-share CPU scheduler w/ automatic SMP load balancing Date: Fri, 26 May 2006 10:00:24 -0400 Message-ID: <447709F8.5020309@tektonic.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Don't you think things like this should be committed with a readme file? Xen patchbot-unstable wrote: > # HG changeset patch > # User ack@kneesa.uk.xensource.com > # Node ID e539abd27a0f2b1a64b4d129a10748d50c93e6fb > # Parent b6937b93141961b67dc642581266e6fc2015bc91 > New weighted fair-share CPU scheduler w/ automatic SMP load balancing > Signed-off-by: Emmanuel Ackaouy > --- > tools/libxc/Makefile | 1 > tools/libxc/xc_csched.c | 50 + > tools/libxc/xenctrl.h | 8 > tools/python/xen/lowlevel/xc/xc.c | 61 + > tools/python/xen/xend/XendDomain.py | 22 > tools/python/xen/xend/server/SrvDomain.py | 14 > tools/python/xen/xm/main.py | 45 + > xen/common/Makefile | 1 > xen/common/sched_credit.c | 1233 ++++++++++++++++++++++++++++++ > xen/common/schedule.c | 5 > xen/include/public/sched_ctl.h | 5 > xen/include/xen/sched-if.h | 2 > xen/include/xen/softirq.h | 13 > 13 files changed, 1460 insertions(+) >