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

libxl.c has grown to an uncomfortable size. Carve out the console
related functions (including channels, keyboard and frame buffer)
to libxl_console.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_console.c [new file with mode: 0644]