| To: | <xen-devel@xxxxxxxxxxxxxxxxxxx> |
|---|---|
| Subject: | [Xen-devel] [PATCH] bvt scheduler setup based on other or shadow domain |
| From: | "Satoshi Uchida" <s-uchida@xxxxxxxxxxxxx> |
| Date: | 2005年10月21日 19:53:34 +0900 |
| Delivery-date: | 2005年10月21日 10:50:52 +0000 |
| Envelope-to: | www-data@xxxxxxxxxxxxxxxxxxx |
| 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> |
| Sender: | xen-devel-bounces@xxxxxxxxxxxxxxxxxxx |
| Thread-index: | AcXWLa6gGdR8Fn0nQqq0ihqfZbMNAQ== |
Hi. The bvt schedule setting error which I found in the past in xen 2.0 series is not modified at xen 3.0 (-unstable). When I found it, there are two solutions, so I can not decided which more better. In xen 3.0, new scheduler (EDF) is improved this problem. Therefore, this patch is modified above problem similar to new scheduler. In xen 3.0, new scheduler is default scheduler, but I happy that this patch is applied. from xen_changeset : Wed Oct 19 18:18:30 2005 +0100 7438:fb265175f47c *** a/xen/common/sched_bvt.c Thu Oct 20 12:58:06 2005 --- b/xen/common/sched_bvt.c Fri Oct 21 19:22:52 2005 *************** *** 327,334 **** /* The warp should be the same as warpback */ inf->warp = warpback; inf->warp_value = warpvalue; ! inf->warpl = MILLISECS(warpl); ! inf->warpu = MILLISECS(warpu); /* If the unwarp timer set up it needs to be removed */ rem_ac_timer(&inf->unwarp_timer); --- 327,334 ---- /* The warp should be the same as warpback */ inf->warp = warpback; inf->warp_value = warpvalue; ! inf->warpl = warpl; ! inf->warpu = warpu; /* If the unwarp timer set up it needs to be removed */ rem_ac_timer(&inf->unwarp_timer); Satoshi Uchida _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [Xen-devel] Xen 3.0 and Pacifica , Robin van Leeuwen |
|---|---|
| Next by Date: | [Xen-devel] [PATCH] kernel /proc information modified for xen mem-set , Satoshi Uchida |
| Previous by Thread: | [Xen-devel] Xen 3.0 and Pacifica , Robin van Leeuwen |
| Next by Thread: | [Xen-devel] [PATCH] kernel /proc information modified for xen mem-set , Satoshi Uchida |
| Indexes: | [Date] [Thread] [Top] [All Lists] |