so update the relevant manpage and the example file. Signed-off-by: Dario Faggioli <dario.faggi...@citrix.com> Cc: Ian Campbell <ian.campb...@citrix.com> Cc: Ian Jackson <ian.jack...@eu.citrix.com> Cc: Stefano Stabellini <stefano.stabell...@eu.citrix.com> Cc: Wei Liu <wei.l...@citrix.com> Cc: Juergen Gross <jgr...@suse.com> Cc: Meng Xu <xumengpa...@gmail.com> --- docs/man/xlcpupool.cfg.pod.5 | 4 ++++ tools/examples/cpupool | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/docs/man/xlcpupool.cfg.pod.5 b/docs/man/xlcpupool.cfg.pod.5 index e32ce17..bb15cbe 100644 --- a/docs/man/xlcpupool.cfg.pod.5 +++ b/docs/man/xlcpupool.cfg.pod.5 @@ -74,6 +74,10 @@ the credit scheduler the credit2 scheduler +=item B<rtds> + +the RTDS scheduler + =item B<sedf> the SEDF scheduler diff --git a/tools/examples/cpupool b/tools/examples/cpupool index 01e62c8..73368e6 100644 --- a/tools/examples/cpupool +++ b/tools/examples/cpupool @@ -9,7 +9,7 @@ # the name of the new cpupool name = "Example-Cpupool" -# the scheduler to use: valid are e.g. credit, sedf, credit2 +# the scheduler to use: valid are e.g. credit, credit2, rtds and sedf sched = "credit" # list of cpus to use _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel