xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] tools: split xl into a separate directory
@ 2017-02-21 15:51 Wei Liu
  2017-02-21 15:51 ` [PATCH 1/2] tools: provide libxlutil compiling and linking options Wei Liu
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Wei Liu @ 2017-02-21 15:51 UTC (permalink / raw)
  To: Xen-devel; +Cc: yi.y.sun, Ian Jackson, Wei Liu, zhangchen.fnst, haozhong.zhang

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2017-02-23 17:27 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-21 15:51 [PATCH 0/2] tools: split xl into a separate directory Wei Liu
2017-02-21 15:51 ` [PATCH 1/2] tools: provide libxlutil compiling and linking options Wei Liu
2017-02-21 15:51 ` [PATCH 2/2] tools: move xl to a dedicated directory Wei Liu
2017-02-23 12:17 ` [PATCH 0/2] tools: split xl into a separate directory Ian Jackson
2017-02-23 13:20   ` Wei Liu
2017-02-23 14:55     ` Wei Liu
2017-02-23 15:54       ` Ian Jackson
2017-02-23 15:57         ` Wei Liu
2017-02-23 16:29           ` Ian Jackson
2017-02-23 16:59             ` Wei Liu
2017-02-23 17:01               ` Wei Liu
2017-02-23 17:25                 ` Ian Jackson
2017-02-23 17:27                   ` Wei Liu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).