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-bugs

[Xen-bugs] [Bug 375] BVT scheduling parameter setting

To: xen-bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-bugs] [Bug 375] BVT scheduling parameter setting
From: bugzilla-daemon@xxxxxxxxxxxxxxxxxxx
Date: Mon, 31 Oct 2005 02:12:21 +0000
Delivery-date: Mon, 31 Oct 2005 02:12:25 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-bugs-request@lists.xensource.com?subject=help>
List-id: Xen Bugzilla <xen-bugs.lists.xensource.com>
List-post: <mailto:xen-bugs@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=unsubscribe>
Reply-to: bugs@xxxxxxxxxxxxxxxxxx
Sender: xen-bugs-bounces@xxxxxxxxxxxxxxxxxxx
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=375


s-uchida@xxxxxxxxxxxxx changed:

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




------- Additional Comments From s-uchida@xxxxxxxxxxxxx  2005-10-31 02:12 
-------
# HG changeset patch
# User s-uchida@xxxxxxxxxxxxx
# 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);


-- 
Configure bugmail: 
http://bugzilla.xensource.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

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