[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen stable-4.10] x86/shim: use credit scheduler
commit 357bf02e49a019b1bb9f508a23bd4841d1daf614 Author: Wei Liu <wei.liu2@xxxxxxxxxx> AuthorDate: Thu Jan 18 12:32:35 2018 +0000 Commit: Wei Liu <wei.liu2@xxxxxxxxxx> CommitDate: Mon Mar 5 15:54:26 2018 +0000 x86/shim: use credit scheduler Remove sched=null from shim cmdline and doc We use the default scheduler (credit1 as of writing). The NULL scheduler still has bugs to fix. Update shim.config. Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx> Reviewed-by: Roger Pau Monné <roger.pau@xxxxxxxxxx> Acked-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> Acked-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> (cherry picked from commit 831cbe98f6d13e24a3e6521ddd35102729e1d505) --- docs/man/xl.cfg.pod.5.in | 2 +- tools/libxl/libxl_internal.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/man/xl.cfg.pod.5.in b/docs/man/xl.cfg.pod.5.in index bf6c266de1..2abe94b723 100644 --- a/docs/man/xl.cfg.pod.5.in +++ b/docs/man/xl.cfg.pod.5.in @@ -531,7 +531,7 @@ Ignored if pvhsim is false. =item B<pvshim_cmdline="STRING"> Command line for the shim. -Default is "pv-shim console=xen,pv sched=null". +Default is "pv-shim console=xen,pv". Ignored if pvhsim is false. =item B<pvshim_extra="STRING"> diff --git a/tools/libxl/libxl_internal.h b/tools/libxl/libxl_internal.h index 0f89364466..7ff9a67e50 100644 --- a/tools/libxl/libxl_internal.h +++ b/tools/libxl/libxl_internal.h @@ -119,7 +119,7 @@ #define DOMID_XS_PATH "domid" #define INVALID_DOMID ~0 #define PVSHIM_BASENAME "xen-shim" -#define PVSHIM_CMDLINE "pv-shim console=xen,pv sched=null" +#define PVSHIM_CMDLINE "pv-shim console=xen,pv" /* Size macros. */ #define __AC(X,Y) (X##Y) -- generated by git-patchbot for /home/xen/git/xen.git#stable-4.10 _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |