Masaki Kanno
2006-Dec-19 15:13 UTC
[Xen-devel] [PATCH][Bug 835] Fix the "cpu_weight" and "cpu_cap" parsing issue
Hi, This patch fixes the Bug:835 issue. # xm create /home/kanno/smp-domU.conf cpu_weight=512 cpu_cap=150 Using config file "/home/kanno/smp-domU.conf". Started domain vm1-smp # xm sched-credit -d vm1-smp {''cap'': 150, ''weight'': 512} Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com> Best regards, Kan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Reasonably Related Threads
- [PATCH] Values of cpu_weight and cpu_cap are lost after xend restart
- [PATCH] Remove duplicate setResume()
- [PATCH] Fix xm vcpu-set command for when wrong number of VCPU is given
- [PATCH] Remove device information when VmError occurred
- [PATCH] Fix xm trigger command for inactive managed domains