Adds the sched-credit2 sub command to xl. Signed-off-by: juergen.gross@ts.fujitsu.com 7 files changed, 184 insertions(+) docs/man/xl.pod.1 | 20 ++++++++ tools/libxl/libxl.c | 48 ++++++++++++++++++++ tools/libxl/libxl.h | 4 + tools/libxl/libxl_types.idl | 4 + tools/libxl/xl.h | 1 tools/libxl/xl_cmdimpl.c | 100 +++++++++++++++++++++++++++++++++++++++++++ tools/libxl/xl_cmdtable.c | 7 +++ _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Juergen Gross
2011-Nov-17 05:52 UTC
Re: [Xen-devel] [PATCH] add xl sched-credit2 sub command
On 11/14/2011 03:05 PM, Juergen Gross wrote:> Adds the sched-credit2 sub command to xl. > > Signed-off-by: juergen.gross@ts.fujitsu.comLong options are missing (I just copied it from sched-credit). I''ll repost a revised version of this patch as part of a series including support of cpupools and sched-sedf. Juergen -- Juergen Gross Principal Developer Operating Systems PDG ES&S SWE OS6 Telephone: +49 (0) 89 3222 2967 Fujitsu Technology Solutions e-mail: juergen.gross@ts.fujitsu.com Domagkstr. 28 Internet: ts.fujitsu.com D-80807 Muenchen Company details: ts.fujitsu.com/imprint.html _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Juergen Gross writes ("[Xen-devel] [PATCH] add xl sched-credit2 sub command"):> Adds the sched-credit2 sub command to xl.Thanks, this looks like good stuff. I have just one comment though. Can you try to limit the length of the lines ? When I see them in my 80-column windows they wrap. Try to keep it to 70-75 columns to allow for quoting, +/- prefixes, etc. Thanks, Ian.