aboutsummaryrefslogtreecommitdiffstats
path: root/docs/man
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2012-02-07 17:01:57 +0000
committerIan Campbell <ian.campbell@citrix.com>2012-02-07 17:01:57 +0000
commit9faa8b12d80ffb9615bc07adc2249af60c0e32f8 (patch)
tree288e80d3464bd8e0a742f371162308d4707759f4 /docs/man
parent914e61c1ec5a7996a3e71692ce41e77359e70e0c (diff)
downloadxen-9faa8b12d80ffb9615bc07adc2249af60c0e32f8.tar.gz
xen-9faa8b12d80ffb9615bc07adc2249af60c0e32f8.tar.bz2
xen-9faa8b12d80ffb9615bc07adc2249af60c0e32f8.zip
xl: use json output by default
Move the sxp producing code off into a separate file. It is supported for legacy reasons and needn't be updated other than the improve compatibility with xm. libxl_domain_config is not currently generated by the IDL (adding the necessary support for Array types is on my to do list) so hand code the json generation function for now. Since this rather directly exposes a libxl data structure it's not clear what sort of forward compatibility guarantees we can make. However it seems like it should be as stable as libxl's own API (which we are looking to stabilise) (Gratuitous string.h include needed for memset in libxl_util.h) Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Ian Jackson <Ian.Jackson@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'docs/man')
-rw-r--r--docs/man/xl.pod.12
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/xl.pod.1 b/docs/man/xl.pod.1
index 598c6ca0ed..f3635adeab 100644
--- a/docs/man/xl.pod.1
+++ b/docs/man/xl.pod.1
@@ -219,7 +219,7 @@ B<OPTIONS>
=item B<-l>, B<--long>
The output for B<xl list> is not the table view shown below, but
-instead presents the data in SXP compatible format.
+instead presents the data in as a JSON data structure.
=item B<-Z>, B<--context>
Also prints the security labels.