Xl has grown sufficiently large to warrnant its own directory. We also need clear separation between the client (xl) and library (libxl).
This patch series moves xl into tools/xl directory. Use find to generate a list of files to be installed from staging and wip branch, then `diff -q staging wip`. No output is produced from diff. I also CC some folks who will be affected by this change. If this affects your work heavily, please let me know. Wei Liu (2): tools: provide libxlutil compiling and linking options tools: move xl to a dedicated directory .gitignore | 2 +- tools/Rules.mk | 7 ++++++ tools/libxl/Makefile | 22 ++++--------------- tools/xl/Makefile | 43 +++++++++++++++++++++++++++++++++++++ tools/{libxl => xl}/bash-completion | 0 tools/{libxl => xl}/xl.c | 0 tools/{libxl => xl}/xl.h | 0 tools/{libxl => xl}/xl_cmdimpl.c | 0 tools/{libxl => xl}/xl_cmdtable.c | 0 tools/{libxl => xl}/xl_sxp.c | 0 10 files changed, 55 insertions(+), 19 deletions(-) create mode 100644 tools/xl/Makefile rename tools/{libxl => xl}/bash-completion (100%) rename tools/{libxl => xl}/xl.c (100%) rename tools/{libxl => xl}/xl.h (100%) rename tools/{libxl => xl}/xl_cmdimpl.c (100%) rename tools/{libxl => xl}/xl_cmdtable.c (100%) rename tools/{libxl => xl}/xl_sxp.c (100%) -- 2.11.0 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xen-devel