Make the credit scheduler the default - a number of bugs have been fixed
authorshand@kneesaa.uk.xensource.com <shand@kneesaa.uk.xensource.com>
Tue, 20 Jun 2006 10:04:58 +0000 (11:04 +0100)
committershand@kneesaa.uk.xensource.com <shand@kneesaa.uk.xensource.com>
Tue, 20 Jun 2006 10:04:58 +0000 (11:04 +0100)
(thanks to all for testing!) and now seems ready for more widespread usage.

Signed-off-by: Steven Hand <steven@xensource.com>
xen/common/schedule.c

index 49384c7468cfff2882170d77504f3bbd9002c269..8d2f44be3581f498f63f2a9958281495629ef5b1 100644 (file)
@@ -33,8 +33,8 @@
 
 extern void arch_getdomaininfo_ctxt(struct vcpu *,
                                     struct vcpu_guest_context *);
-/* opt_sched: scheduler - default to SEDF */
-static char opt_sched[10] = "sedf";
+/* opt_sched: scheduler - default to credit */
+static char opt_sched[10] = "credit";
 string_param("sched", opt_sched);
 
 #define TIME_SLOP      (s32)MICROSECS(50)     /* allow time to slip a bit */