Revert "tools: Refactor "xentoollog" into its own library"
authorIan Campbell <ian.campbell@citrix.com>
Thu, 10 Dec 2015 10:21:34 +0000 (10:21 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 10 Dec 2015 10:21:34 +0000 (10:21 +0000)
commitec0712576198633dd7fbfe25290b030d5a23b252
treeb43de82d8b9f46950dde70521d0464ca28a71536
parentff841cead287d7913901ba5c4e7628a6958b5bea
Revert "tools: Refactor "xentoollog" into its own library"

This reverts commit c7d3afbb44b47af9103be0b914afd588a84d9e62 which
broke the libvirt build, since libvirt uses xtl_* and hence needs
updating to link against the new library when necessary.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
21 files changed:
.gitignore
Config.mk
stubdom/Makefile
stubdom/grub/Makefile
tools/Makefile
tools/Rules.mk
tools/libs/Makefile [deleted file]
tools/libs/toollog/Makefile [deleted file]
tools/libs/toollog/include/xentoollog.h [deleted file]
tools/libs/toollog/libxentoollog.map [deleted file]
tools/libs/toollog/xtl_core.c [deleted file]
tools/libs/toollog/xtl_logger_stdio.c [deleted file]
tools/libxc/Makefile
tools/libxc/include/xentoollog.h [new file with mode: 0644]
tools/libxc/xtl_core.c [new file with mode: 0644]
tools/libxc/xtl_logger_stdio.c [new file with mode: 0644]
tools/libxl/Makefile
tools/ocaml/libs/xentoollog/Makefile
tools/ocaml/libs/xentoollog/genlevels.py
tools/python/setup.py
tools/xenpaging/Makefile