libxl: Add libvirt-xml to userdata userid registry
authorJim Fehlig <jfehlig@novell.com>
Fri, 8 Apr 2011 15:56:08 +0000 (16:56 +0100)
committerJim Fehlig <jfehlig@novell.com>
Fri, 8 Apr 2011 15:56:08 +0000 (16:56 +0100)
Signed-off-by: Jim Fehlig <jfehlig@novell.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/libxl.h

index d9db9df1670f4fd5b370838567e20e565b2c923d..a7c52dc5eeb48023fd4547b691e87e7297c8f265 100644 (file)
@@ -463,8 +463,10 @@ void libxl_cpuid_set(libxl_ctx *ctx, uint32_t domid,
  * ASCII string.  The following list is a registry of userdata userids
  * (the registry may be updated by posting a patch to xen-devel):
  *
- *  userid      Data contents
- *   "xl"        domain config file in xl format, Unix line endings
+ *  userid        Data contents
+ *  "xl"          domain config file in xl format, Unix line endings
+ *  "libvirt-xml" domain config file in libvirt XML format.  See
+ *                http://libvirt.org/formatdomain.html
  *
  * libxl does not enforce the registration of userdata userids or the
  * semantics of the data.  For specifications of the data formats