search for: sched_credit_domain_set

Displaying 2 results from an estimated 2 matches for "sched_credit_domain_set".

2006 Aug 17
4
[PATCH]configuration files(sched-credit)
Currently with the credit scheduler, cpu_weight cannot be assigned to guest domains at boot time.(it can be set with xm sched-weight after booting) This patch allows CPU weight, and CAP to be set by the Xen configuration files. Specification: The following can be added to the Xen configuration files. 1.CPU WEIGHT [OPTIONAL] cpu_weight = cpu weight value -sets the cpu time ratio to be
2010 Jun 28
8
[PATCH] add xl ocaml bindings
...uot;stub_xl_button_press" +external physinfo : unit -> physinfo = "stub_xl_physinfo" + +external domain_sched_credit_get : domid -> sched_credit = "stub_xl_sched_credit_domain_get" +external domain_sched_credit_set : domid -> sched_credit -> unit = "stub_xl_sched_credit_domain_set" + +external send_trigger : domid -> string -> int -> unit = "stub_xl_send_trigger" +external send_sysrq : domid -> char -> unit = "stub_xl_send_sysrq" +external send_debug_keys : domid -> string -> unit = "stub_xl_send_debug_keys" diff --git...