tools: split libxenstore into new tools/libs/store directory
authorJuergen Gross <jgross@suse.com>
Fri, 28 Aug 2020 15:07:36 +0000 (17:07 +0200)
committerWei Liu <wl@xen.org>
Wed, 9 Sep 2020 10:57:25 +0000 (10:57 +0000)
commitdd33fd2e81a0e83707cc203b974e501fa336590f
treec36424de14cabba1a46151aecc111761b6171ea8
parente3dd624e487c1aca1835138d3990f78af9906238
tools: split libxenstore into new tools/libs/store directory

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

The common files between libxenstore and xenstored are kept in the
tools/xenstore directory to be easily accessible by xenstore-stubdom
which needs the xenstored files to be built.

Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Wei Liu <wl@xen.org>
20 files changed:
.gitignore
stubdom/mini-os.mk
tools/Makefile
tools/Rules.mk
tools/libs/Makefile
tools/libs/store/Makefile [new file with mode: 0644]
tools/libs/store/include/compat/xs.h [new file with mode: 0644]
tools/libs/store/include/compat/xs_lib.h [new file with mode: 0644]
tools/libs/store/include/xenstore.h [new file with mode: 0644]
tools/libs/store/libxenstore.map [new file with mode: 0644]
tools/libs/store/xs.c [new file with mode: 0644]
tools/libs/uselibs.mk
tools/python/setup.py
tools/xenstore/Makefile
tools/xenstore/include/compat/xs.h [deleted file]
tools/xenstore/include/compat/xs_lib.h [deleted file]
tools/xenstore/include/xenstore.h [deleted file]
tools/xenstore/include/xenstore_lib.h [deleted file]
tools/xenstore/xenstore_lib.h [new file with mode: 0644]
tools/xenstore/xs.c [deleted file]