4 messages in com.xensource.lists.xen-bugs[Xen-bugs] [Bug 375] BVT scheduling p...
FromSent OnAttachments
bugz...@lists.xensource.com30 Oct 2005 18:11 
bugz...@lists.xensource.com30 Oct 2005 18:15 
bugz...@lists.xensource.com30 Oct 2005 18:16 
bugz...@lists.xensource.com30 Oct 2005 18:18 
Subject:[Xen-bugs] [Bug 375] BVT scheduling parameter setting
From:bugz...@lists.xensource.com (bugz@lists.xensource.com)
Date:10/30/2005 06:11:59 PM
List:com.xensource.lists.xen-bugs

http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=375

s-uc@ap.jp.nec.com changed:

What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED

------- Additional Comments From s-uc@ap.jp.nec.com 2005-10-31 02:12
------- # HG changeset patch # User s-uc@ap.jp.nec.com # Node ID d1bda08540cde9462d48008d12debcc70061ee6e # Parent 43676a50998205fff080c329bea1409df75ff115 bug fix: bvt schedulear twice MILLISECS funciton by adjdom function

diff -r 43676a509982 -r d1bda08540cd xen/common/sched_bvt.c --- a/xen/common/sched_bvt.c Sun Oct 30 18:23:36 2005 +++ b/xen/common/sched_bvt.c Mon Oct 31 02:00:04 2005 @@ -327,8 +327,8 @@ /* The warp should be the same as warpback */ inf->warp = warpback; inf->warp_value = warpvalue; - inf->warpl = MILLISECS(warpl); - inf->warpu = MILLISECS(warpu); + inf->warpl = warpl; + inf->warpu = warpu;

/* If the unwarp timer set up it needs to be removed */ rem_ac_timer(&inf->unwarp_timer);