[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] Fix long options of xm sched-credit
Hi, Long options of xm sched-credit command are ignored. # xm sched-credit --domain=vm1 Name ID Weight Cap Domain-0 0 256 0 vm1 2 256 0 # xm sched-credit --domain=vm1 --weight=512 --cap=50 Name ID Weight Cap Domain-0 0 256 0 vm1 2 256 0 Long options of xm sched-credit command work by this patch. # xm sched-credit --domain=vm1 Name ID Weight Cap vm1 3 256 0 # xm sched-credit --domain=vm1 --weight=512 --cap=50 # xm sched-credit --domain=vm1 Name ID Weight Cap vm1 3 512 50 Signed-off-by: Masaki Kanno <kanno.masaki@xxxxxxxxxxxxxx> Best regards, Kan Attachment:
xm_sched_credit_long.patch _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |