Re: [Xen-devel] [PATCH 17/29] xl: split out scheduler related code

2017-02-27 Thread Ian Jackson
Wei Liu writes ("[PATCH 17/29] xl: split out scheduler related code"): > Signed-off-by: Wei Liu Acked-by: Ian Jackson BTW, for all of these code motion patches: it would be nice if the comment said `code motion only, apart from the obvious Makefile change' or something. Ian. _

[Xen-devel] [PATCH 17/29] xl: split out scheduler related code

2017-02-24 Thread Wei Liu
Signed-off-by: Wei Liu --- tools/xl/Makefile | 1 + tools/xl/xl_cmdimpl.c | 856 tools/xl/xl_sched.c | 888 ++ 3 files changed, 889 insertions(+), 856 deletions(-) create mode 100644 tools/xl