libxl: carve out scheduler specific functions from libxl.c
authorJuergen Gross <jgross@suse.com>
Wed, 8 Feb 2017 16:09:29 +0000 (17:09 +0100)
committerWei Liu <wei.liu2@citrix.com>
Mon, 13 Feb 2017 10:59:19 +0000 (10:59 +0000)
commitf94e1aaf792c7334682eadcc77a66215cbf63afc
tree05a636fe6f4c2fb66beca635ec5b20d42ea82e0e
parentf5315f6d5df3eccc1105e6f896b655eb515123b1
libxl: carve out scheduler specific functions from libxl.c

libxl.c has grown to an uncomfortable size. Carve out the scheduler
related functions to libxl_sched.c.

Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/Makefile
tools/libxl/libxl.c
tools/libxl/libxl_sched.c [new file with mode: 0644]