tools: split libxenvchan into new tools/libs/vchan directory
authorJuergen Gross <jgross@suse.com>
Fri, 28 Aug 2020 15:07:37 +0000 (17:07 +0200)
committerWei Liu <wl@xen.org>
Wed, 9 Sep 2020 10:57:25 +0000 (10:57 +0000)
commit8ab2429f1221ebae9fc8e72d8af205f3db93cde2
treeeccb00529b540b9203c1ff76e3601de58bf83a3e
parentdd33fd2e81a0e83707cc203b974e501fa336590f
tools: split libxenvchan into new tools/libs/vchan directory

There is no reason why libvchan is not placed in the tools/libs
directory.

At the same time move libxenvchan.h to a dedicated include directory
in tools/libs/vchan in order to follow the same pattern as the other
libraries in tools/libs.

As tools/libvchan now contains no library any longer rename it to
tools/vchan.

Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Wei Liu <wl@xen.org>
20 files changed:
.gitignore
tools/Makefile
tools/Rules.mk
tools/libs/Makefile
tools/libs/uselibs.mk
tools/libs/vchan/Makefile [new file with mode: 0644]
tools/libs/vchan/include/libxenvchan.h [new file with mode: 0644]
tools/libs/vchan/init.c [new file with mode: 0644]
tools/libs/vchan/io.c [new file with mode: 0644]
tools/libvchan/Makefile [deleted file]
tools/libvchan/init.c [deleted file]
tools/libvchan/io.c [deleted file]
tools/libvchan/libxenvchan.h [deleted file]
tools/libvchan/node-select.c [deleted file]
tools/libvchan/node.c [deleted file]
tools/libvchan/vchan-socket-proxy.c [deleted file]
tools/vchan/Makefile [new file with mode: 0644]
tools/vchan/node-select.c [new file with mode: 0644]
tools/vchan/node.c [new file with mode: 0644]
tools/vchan/vchan-socket-proxy.c [new file with mode: 0644]