From: Jim Fehlig Date: Fri, 8 Apr 2011 15:56:08 +0000 (+0100) Subject: libxl: Add libvirt-xml to userdata userid registry X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a0968ec7530a2ebc91b1384379e2129c3b369af8;p=xen.git libxl: Add libvirt-xml to userdata userid registry Signed-off-by: Jim Fehlig Acked-by: Ian Jackson Committed-by: Ian Jackson --- diff --git a/tools/libxl/libxl.h b/tools/libxl/libxl.h index d9db9df167..a7c52dc5ee 100644 --- a/tools/libxl/libxl.h +++ b/tools/libxl/libxl.h @@ -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