xenstore: write xenstore domain data to xenstore
authorJuergen Gross <jgross@suse.com>
Mon, 18 Jan 2016 08:04:02 +0000 (09:04 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Mon, 18 Jan 2016 16:34:21 +0000 (16:34 +0000)
commit1367af1cca57e051d6f7b723056a422cc9d4fd46
treedeb2d4489d618a8e44100b122161d3dbf74e56a2
parent1a25da88a7c04e511bcd2601a3a4b35fd2c61e52
xenstore: write xenstore domain data to xenstore

After starting the xenstore domain write the basic data (domid, name
and memory values) to the xenstore. This makes the domain appear
correctly in xl list. Create a stub json object in order to make e.g.
xl list -l happy.

Add a new option to init-xenstore-domain to be able to specify the
domain's name.

Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/helpers/Makefile
tools/helpers/init-xenstore-domain.c