tools: move xl to a dedicated directory
authorWei Liu <wei.liu2@citrix.com>
Tue, 21 Feb 2017 14:52:46 +0000 (14:52 +0000)
committerWei Liu <wei.liu2@citrix.com>
Thu, 23 Feb 2017 17:29:18 +0000 (17:29 +0000)
commit5258ab0fcc67587d802e33bcc5bf89048d184a73
treee3dca247dac3b8a02d1771b607646e440565591b
parent7a6de259f4d1403336db9087b05c11adc4977eaa
tools: move xl to a dedicated directory

It makes clear distinction between the client (xl) and library (libxl),
which should help design better APIs.  This will also help reduce the
code size in libxl directory.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
16 files changed:
.gitignore
tools/Makefile
tools/libxl/Makefile
tools/libxl/bash-completion [deleted file]
tools/libxl/xl.c [deleted file]
tools/libxl/xl.h [deleted file]
tools/libxl/xl_cmdimpl.c [deleted file]
tools/libxl/xl_cmdtable.c [deleted file]
tools/libxl/xl_sxp.c [deleted file]
tools/xl/Makefile [new file with mode: 0644]
tools/xl/bash-completion [new file with mode: 0644]
tools/xl/xl.c [new file with mode: 0644]
tools/xl/xl.h [new file with mode: 0644]
tools/xl/xl_cmdimpl.c [new file with mode: 0644]
tools/xl/xl_cmdtable.c [new file with mode: 0644]
tools/xl/xl_sxp.c [new file with mode: 0644]