xenstore: move init-xenstore-domain to tools/helpers
authorJuergen Gross <jgross@suse.com>
Mon, 18 Jan 2016 08:03:53 +0000 (09:03 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Mon, 18 Jan 2016 16:34:19 +0000 (16:34 +0000)
commit89bf86d1eb4a4f899c3c3ece758991f9bd361448
tree1593c0da49ca92a9342426a80c034aa9a6f3c44e
parent15a66f1119938c92752589c79eff9ded2c95128a
xenstore: move init-xenstore-domain to tools/helpers

The program init-xenstore-domain to start a xenstore domain instead
of the xenstored daemon is built, but not installed. Change that.

Move the program to a new tools subdirectory "helpers" to be able to
use libxl in a later patch. Otherwise a dependency loop will be
created.

Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
.gitignore
tools/Makefile
tools/helpers/Makefile [new file with mode: 0644]
tools/helpers/init-xenstore-domain.c [new file with mode: 0644]
tools/xenstore/Makefile
tools/xenstore/init-xenstore-domain.c [deleted file]